Html Css Color HEX #ABA2C1 Biloba Flower

📋 copy color: '#ABA2C1'

red 171 ◦ green 162 ◦ blue 193

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

Shades of Biloba Flower #ABA2C1

Tints of Biloba Flower #ABA2C1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 32.51%
G = 30.8%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABA2C1 (or 0xABA2C1) is known color: Biloba Flower. HEX triplet: AB, A2 and C1. RGB value is (171,162,193). Sum of RGB (Red+Green+Blue) = 171+162+193=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2C1 is #545D3E. Grayscale: #A8A8A8. Windows color (decimal): -5528895 or 12690091. OLE color: 12690091.

HSL color Cylindrical-coordinate representation of color #ABA2C1: hue angle of 257.42º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA2C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 162 193 -
CMYK 0.11 0.16 0 0.24
HSL 257.42º 0.2% 0.7% -
HSV(B) 257.42º 0.16% 0.76% -
XYZ 39.34 38.35 55.78 -
YUV 168.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 171 162 193 0.11 0.16 0 0.24 257.42 0.2 0.7
Hex AB A2 C1 B 10 0 18 101 14 46
Octal 253 242 301 13 20 0 30 401 24 106
Binary 10101011 10100010 11000001 1011 10000 0 11000 100000001 10100 1000110

Color Harmonies of #ABA2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2C1

Black with #ABA2C1

Text Example


Text Example

White with #ABA2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2C1; }

 p { color: rgb(171,162,193); }

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

background-color css

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

 a { background-color: rgb(171,162,193); }

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

border-color css

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

 span { border-color: rgb(171,162,193); }

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