Html Css Color HEX #ABA0CE Biloba Flower

📋 copy color: '#ABA0CE'

red 171 ◦ green 160 ◦ blue 206

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

Shades of Biloba Flower #ABA0CE

Tints of Biloba Flower #ABA0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 31.84%
G = 29.8%
B = 38.36%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA0CE (or 0xABA0CE) is known color: Biloba Flower. HEX triplet: AB, A0 and CE. RGB value is (171,160,206). Sum of RGB (Red+Green+Blue) = 171+160+206=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CE is #545F31. Grayscale: #A8A8A8. Windows color (decimal): -5529394 or 13541547. OLE color: 13541547.

HSL color Cylindrical-coordinate representation of color #ABA0CE: hue angle of 254.35º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA0CE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 160 206 -
CMYK 0.17 0.22 0 0.19
HSL 254.35º 0.32% 0.72% -
HSV(B) 254.35º 0.22% 0.81% -
XYZ 40.51 38.26 63.64 -
YUV 168.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 171 160 206 0.17 0.22 0 0.19 254.35 0.32 0.72
Hex AB A0 CE 11 16 0 13 FE 20 48
Octal 253 240 316 21 26 0 23 376 40 110
Binary 10101011 10100000 11001110 10001 10110 0 10011 11111110 100000 1001000

Color Harmonies of #ABA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0CE

Black with #ABA0CE

Text Example


Text Example

White with #ABA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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