Html Css Color HEX #ABA0D2 Biloba Flower

📋 copy color: '#ABA0D2'

red 171 ◦ green 160 ◦ blue 210

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

Shades of Biloba Flower #ABA0D2

Tints of Biloba Flower #ABA0D2

RGB

 RED value IS 171 (67.19% from 255) = 31.61%

 GREEN value IS 160 (62.89% from 255) = 29.57%

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

R = 31.61%
G = 29.57%
B = 38.82%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA0D2 (or 0xABA0D2) is known color: Biloba Flower. HEX triplet: AB, A0 and D2. RGB value is (171,160,210). Sum of RGB (Red+Green+Blue) = 171+160+210=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABA0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0D2 is #545F2D. Grayscale: #A8A8A8. Windows color (decimal): -5529390 or 13803691. OLE color: 13803691.

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

Color convert

RGB 171 160 210 -
CMYK 0.19 0.24 0 0.18
HSL 253.2º 0.36% 0.73% -
HSV(B) 253.2º 0.24% 0.82% -
XYZ 41 38.45 66.23 -
YUV 168.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 171 160 210 0.19 0.24 0 0.18 253.2 0.36 0.73
Hex AB A0 D2 13 18 0 12 FD 24 49
Octal 253 240 322 23 30 0 22 375 44 111
Binary 10101011 10100000 11010010 10011 11000 0 10010 11111101 100100 1001001

Color Harmonies of #ABA0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0D2

Black with #ABA0D2

Text Example


Text Example

White with #ABA0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0D2; }

 p { color: rgb(171,160,210); }

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

background-color css

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

 a { background-color: rgb(171,160,210); }

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

border-color css

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

 span { border-color: rgb(171,160,210); }

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