Html Css Color HEX #A88DCB Biloba Flower

📋 copy color: '#A88DCB'

red 168 ◦ green 141 ◦ blue 203

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

Shades of Biloba Flower #A88DCB

Tints of Biloba Flower #A88DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

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

R = 32.81%
G = 27.54%
B = 39.65%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88DCB (or 0xA88DCB) is known color: Biloba Flower. HEX triplet: A8, 8D and CB. RGB value is (168,141,203). Sum of RGB (Red+Green+Blue) = 168+141+203=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCB is #577234. Grayscale: #9B9B9B. Windows color (decimal): -5730869 or 13340072. OLE color: 13340072.

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

Color convert

RGB 168 141 203 -
CMYK 0.17 0.31 0 0.20
HSL 266.13º 0.37% 0.67% -
HSV(B) 266.13º 0.31% 0.8% -
XYZ 36.45 31.69 60.69 -
YUV 156.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 168 141 203 0.17 0.31 0 0.20 266.13 0.37 0.67
Hex A8 8D CB 11 1F 0 14 10A 25 43
Octal 250 215 313 21 37 0 24 412 45 103
Binary 10101000 10001101 11001011 10001 11111 0 10100 100001010 100101 1000011

Color Harmonies of #A88DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DCB

Black with #A88DCB

Text Example


Text Example

White with #A88DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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