Html Css Color HEX #A888CE Biloba Flower

📋 copy color: '#A888CE'

red 168 ◦ green 136 ◦ blue 206

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

Shades of Biloba Flower #A888CE

Tints of Biloba Flower #A888CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.67%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 32.94%
G = 26.67%
B = 40.39%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A888CE (or 0xA888CE) is known color: Biloba Flower. HEX triplet: A8, 88 and CE. RGB value is (168,136,206). Sum of RGB (Red+Green+Blue) = 168+136+206=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A888CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888CE is #577731. Grayscale: #999999. Windows color (decimal): -5732146 or 13535400. OLE color: 13535400.

HSL color Cylindrical-coordinate representation of color #A888CE: hue angle of 267.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A888CE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 136 206 -
CMYK 0.18 0.34 0 0.19
HSL 267.43º 0.42% 0.67% -
HSV(B) 267.43º 0.34% 0.81% -
XYZ 36.09 30.39 62.36 -
YUV 153.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 168 136 206 0.18 0.34 0 0.19 267.43 0.42 0.67
Hex A8 88 CE 12 22 0 13 10B 2A 43
Octal 250 210 316 22 42 0 23 413 52 103
Binary 10101000 10001000 11001110 10010 100010 0 10011 100001011 101010 1000011

Color Harmonies of #A888CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888CE

Black with #A888CE

Text Example


Text Example

White with #A888CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888CE; }

 p { color: rgb(168,136,206); }

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

background-color css

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

 a { background-color: rgb(168,136,206); }

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

border-color css

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

 span { border-color: rgb(168,136,206); }

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