Html Css Color HEX #ABA1CA Biloba Flower

📋 copy color: '#ABA1CA'

red 171 ◦ green 161 ◦ blue 202

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

Shades of Biloba Flower #ABA1CA

Tints of Biloba Flower #ABA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 32.02%
G = 30.15%
B = 37.83%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA1CA (or 0xABA1CA) is known color: Biloba Flower. HEX triplet: AB, A1 and CA. RGB value is (171,161,202). Sum of RGB (Red+Green+Blue) = 171+161+202=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1CA is #545E35. Grayscale: #A8A8A8. Windows color (decimal): -5529142 or 13279659. OLE color: 13279659.

HSL color Cylindrical-coordinate representation of color #ABA1CA: hue angle of 254.63º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA1CA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 161 202 -
CMYK 0.15 0.20 0 0.21
HSL 254.63º 0.28% 0.71% -
HSV(B) 254.63º 0.2% 0.79% -
XYZ 40.2 38.41 61.17 -
YUV 168.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 171 161 202 0.15 0.20 0 0.21 254.63 0.28 0.71
Hex AB A1 CA F 14 0 15 FF 1C 47
Octal 253 241 312 17 24 0 25 377 34 107
Binary 10101011 10100001 11001010 1111 10100 0 10101 11111111 11100 1000111

Color Harmonies of #ABA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1CA

Black with #ABA1CA

Text Example


Text Example

White with #ABA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1CA; }

 p { color: rgb(171,161,202); }

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

background-color css

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

 a { background-color: rgb(171,161,202); }

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

border-color css

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

 span { border-color: rgb(171,161,202); }

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