Html Css Color HEX #A89CD2 Biloba Flower

📋 copy color: '#A89CD2'

red 168 ◦ green 156 ◦ blue 210

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

Shades of Biloba Flower #A89CD2

Tints of Biloba Flower #A89CD2

RGB

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

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

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

R = 31.46%
G = 29.21%
B = 39.33%

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

#A89CD2 (or 0xA89CD2) is known color: Biloba Flower. HEX triplet: A8, 9C and D2. RGB value is (168,156,210). Sum of RGB (Red+Green+Blue) = 168+156+210=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #A89CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CD2 is #57632D. Grayscale: #A5A5A5. Windows color (decimal): -5727022 or 13802664. OLE color: 13802664.

HSL color Cylindrical-coordinate representation of color #A89CD2: hue angle of 253.33º 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 #A89CD2 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 156 210 -
CMYK 0.2 0.26 0 0.18
HSL 253.33º 0.38% 0.72% -
HSV(B) 253.33º 0.26% 0.82% -
XYZ 39.67 36.75 65.98 -
YUV 165.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 168 156 210 0.2 0.26 0 0.18 253.33 0.38 0.72
Hex A8 9C D2 14 1A 0 12 FD 26 48
Octal 250 234 322 24 32 0 22 375 46 110
Binary 10101000 10011100 11010010 10100 11010 0 10010 11111101 100110 1001000

Color Harmonies of #A89CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89CD2

Black with #A89CD2

Text Example


Text Example

White with #A89CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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