Html Css Color HEX #A89CCE Biloba Flower

📋 copy color: '#A89CCE'

red 168 ◦ green 156 ◦ blue 206

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

Shades of Biloba Flower #A89CCE

Tints of Biloba Flower #A89CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

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

R = 31.7%
G = 29.43%
B = 38.87%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A89CCE (or 0xA89CCE) is known color: Biloba Flower. HEX triplet: A8, 9C and CE. RGB value is (168,156,206). Sum of RGB (Red+Green+Blue) = 168+156+206=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A89CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCE is #576331. Grayscale: #A5A5A5. Windows color (decimal): -5727026 or 13540520. OLE color: 13540520.

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

Color convert

RGB 168 156 206 -
CMYK 0.18 0.24 0 0.19
HSL 254.4º 0.34% 0.71% -
HSV(B) 254.4º 0.24% 0.81% -
XYZ 39.18 36.56 63.38 -
YUV 165.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 168 156 206 0.18 0.24 0 0.19 254.4 0.34 0.71
Hex A8 9C CE 12 18 0 13 FE 22 47
Octal 250 234 316 22 30 0 23 376 42 107
Binary 10101000 10011100 11001110 10010 11000 0 10011 11111110 100010 1000111

Color Harmonies of #A89CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89CCE

Black with #A89CCE

Text Example


Text Example

White with #A89CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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