Html Css Color HEX #ABA0CA Biloba Flower

📋 copy color: '#ABA0CA'

red 171 ◦ green 160 ◦ blue 202

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

Shades of Biloba Flower #ABA0CA

Tints of Biloba Flower #ABA0CA

RGB

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

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

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

R = 32.08%
G = 30.02%
B = 37.9%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA0CA (or 0xABA0CA) is known color: Biloba Flower. HEX triplet: AB, A0 and CA. RGB value is (171,160,202). Sum of RGB (Red+Green+Blue) = 171+160+202=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CA is #545F35. Grayscale: #A7A7A7. Windows color (decimal): -5529398 or 13279403. OLE color: 13279403.

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

Color convert

RGB 171 160 202 -
CMYK 0.15 0.21 0 0.21
HSL 255.71º 0.28% 0.71% -
HSV(B) 255.71º 0.21% 0.79% -
XYZ 40.03 38.06 61.11 -
YUV 168.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 171 160 202 0.15 0.21 0 0.21 255.71 0.28 0.71
Hex AB A0 CA F 15 0 15 100 1C 47
Octal 253 240 312 17 25 0 25 400 34 107
Binary 10101011 10100000 11001010 1111 10101 0 10101 100000000 11100 1000111

Color Harmonies of #ABA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0CA

Black with #ABA0CA

Text Example


Text Example

White with #ABA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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