Html Css Color HEX #ABA0C3 Biloba Flower

📋 copy color: '#ABA0C3'

red 171 ◦ green 160 ◦ blue 195

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

Shades of Biloba Flower #ABA0C3

Tints of Biloba Flower #ABA0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 32.51%
G = 30.42%
B = 37.07%

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

#ABA0C3 (or 0xABA0C3) is known color: Biloba Flower. HEX triplet: AB, A0 and C3. RGB value is (171,160,195). Sum of RGB (Red+Green+Blue) = 171+160+195=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C3 is #545F3C. Grayscale: #A7A7A7. Windows color (decimal): -5529405 or 12820651. OLE color: 12820651.

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

Color convert

RGB 171 160 195 -
CMYK 0.12 0.18 0 0.24
HSL 258.86º 0.23% 0.7% -
HSV(B) 258.86º 0.18% 0.76% -
XYZ 39.22 37.74 56.85 -
YUV 167.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 171 160 195 0.12 0.18 0 0.24 258.86 0.23 0.7
Hex AB A0 C3 C 12 0 18 103 17 46
Octal 253 240 303 14 22 0 30 403 27 106
Binary 10101011 10100000 11000011 1100 10010 0 11000 100000011 10111 1000110

Color Harmonies of #ABA0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0C3

Black with #ABA0C3

Text Example


Text Example

White with #ABA0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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