Html Css Color HEX #A88FCB Biloba Flower

📋 copy color: '#A88FCB'

red 168 ◦ green 143 ◦ blue 203

#A88FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A88FCB

Tints of Biloba Flower #A88FCB

RGB

 RED value IS 168 (66.02% from 255) = 32.68%

 GREEN value IS 143 (56.25% from 255) = 27.82%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 32.68%
G = 27.82%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A88FCB (or 0xA88FCB) is known color: Biloba Flower. HEX triplet: A8, 8F and CB. RGB value is (168,143,203). Sum of RGB (Red+Green+Blue) = 168+143+203=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCB is #577034. Grayscale: #9D9D9D. Windows color (decimal): -5730357 or 13340584. OLE color: 13340584.

HSL color Cylindrical-coordinate representation of color #A88FCB: hue angle of 265º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88FCB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 143 203 -
CMYK 0.17 0.30 0 0.20
HSL 265º 0.37% 0.68% -
HSV(B) 265º 0.3% 0.8% -
XYZ 36.75 32.28 60.79 -
YUV 157.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 168 143 203 0.17 0.30 0 0.20 265 0.37 0.68
Hex A8 8F CB 11 1E 0 14 109 25 44
Octal 250 217 313 21 36 0 24 411 45 104
Binary 10101000 10001111 11001011 10001 11110 0 10100 100001001 100101 1000100

Color Harmonies of #A88FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FCB

Black with #A88FCB

Text Example


Text Example

White with #A88FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FCB; }

 p { color: rgb(168,143,203); }

 H1.HeaderClassName
 {
   color: #A88FCB;
 }
 .AnyTagClassName
 {
   color: #A88FCB;
 }
</style>

background-color css

<style>
 a { background-color: #A88FCB; }

 a { background-color: rgb(168,143,203); }

 div.DivClassName
 {
   background-color: #A88FCB;
 }
 .BgClassName
 {
   background-color: #A88FCB;
 }
</style>

border-color css

<style>
 span { border-color: #A88FCB; }

 span { border-color: rgb(168,143,203); }

 td.TdClassName
 {
   border-color: #A88FCB;
 }
 .TagClassName
 {
   border-color: #A88FCB;
 }
</style>