Html Css Color HEX #A89BD2 Biloba Flower

📋 copy color: '#A89BD2'

red 168 ◦ green 155 ◦ blue 210

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

Shades of Biloba Flower #A89BD2

Tints of Biloba Flower #A89BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

 BLUE value IS 210 (82.42% from 255) = 39.4%

R = 31.52%
G = 29.08%
B = 39.4%

CMYK

 C value IS 0.2

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A89BD2 (or 0xA89BD2) is known color: Biloba Flower. HEX triplet: A8, 9B and D2. RGB value is (168,155,210). Sum of RGB (Red+Green+Blue) = 168+155+210=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #A89BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BD2 is #57642D. Grayscale: #A4A4A4. Windows color (decimal): -5727278 or 13802408. OLE color: 13802408.

HSL color Cylindrical-coordinate representation of color #A89BD2: hue angle of 254.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A89BD2 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 155 210 -
CMYK 0.2 0.26 0 0.18
HSL 254.18º 0.38% 0.72% -
HSV(B) 254.18º 0.26% 0.82% -
XYZ 39.5 36.42 65.92 -
YUV 165.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 168 155 210 0.2 0.26 0 0.18 254.18 0.38 0.72
Hex A8 9B D2 14 1A 0 12 FE 26 48
Octal 250 233 322 24 32 0 22 376 46 110
Binary 10101000 10011011 11010010 10100 11010 0 10010 11111110 100110 1001000

Color Harmonies of #A89BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BD2

Black with #A89BD2

Text Example


Text Example

White with #A89BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BD2; }

 p { color: rgb(168,155,210); }

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

background-color css

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

 a { background-color: rgb(168,155,210); }

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

border-color css

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

 span { border-color: rgb(168,155,210); }

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