Html Css Color HEX #ABA0C2 Biloba Flower

📋 copy color: '#ABA0C2'

red 171 ◦ green 160 ◦ blue 194

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

Shades of Biloba Flower #ABA0C2

Tints of Biloba Flower #ABA0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 32.57%
G = 30.48%
B = 36.95%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABA0C2 (or 0xABA0C2) is known color: Biloba Flower. HEX triplet: AB, A0 and C2. RGB value is (171,160,194). Sum of RGB (Red+Green+Blue) = 171+160+194=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABA0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C2 is #545F3D. Grayscale: #A7A7A7. Windows color (decimal): -5529406 or 12755115. OLE color: 12755115.

HSL color Cylindrical-coordinate representation of color #ABA0C2: hue angle of 259.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA0C2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 160 194 -
CMYK 0.12 0.18 0 0.24
HSL 259.41º 0.22% 0.69% -
HSV(B) 259.41º 0.18% 0.76% -
XYZ 39.1 37.69 56.25 -
YUV 167.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 171 160 194 0.12 0.18 0 0.24 259.41 0.22 0.69
Hex AB A0 C2 C 12 0 18 103 16 45
Octal 253 240 302 14 22 0 30 403 26 105
Binary 10101011 10100000 11000010 1100 10010 0 11000 100000011 10110 1000101

Color Harmonies of #ABA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0C2

Black with #ABA0C2

Text Example


Text Example

White with #ABA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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