Html Css Color HEX #ABA0CF Biloba Flower

📋 copy color: '#ABA0CF'

red 171 ◦ green 160 ◦ blue 207

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

Shades of Biloba Flower #ABA0CF

Tints of Biloba Flower #ABA0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 31.78%
G = 29.74%
B = 38.48%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA0CF (or 0xABA0CF) is known color: Biloba Flower. HEX triplet: AB, A0 and CF. RGB value is (171,160,207). Sum of RGB (Red+Green+Blue) = 171+160+207=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CF is #545F30. Grayscale: #A8A8A8. Windows color (decimal): -5529393 or 13607083. OLE color: 13607083.

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

Color convert

RGB 171 160 207 -
CMYK 0.17 0.23 0 0.19
HSL 254.04º 0.33% 0.72% -
HSV(B) 254.04º 0.23% 0.81% -
XYZ 40.63 38.3 64.28 -
YUV 168.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 171 160 207 0.17 0.23 0 0.19 254.04 0.33 0.72
Hex AB A0 CF 11 17 0 13 FE 21 48
Octal 253 240 317 21 27 0 23 376 41 110
Binary 10101011 10100000 11001111 10001 10111 0 10011 11111110 100001 1001000

Color Harmonies of #ABA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0CF

Black with #ABA0CF

Text Example


Text Example

White with #ABA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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