Html Css Color HEX #ABA0D0 Biloba Flower

📋 copy color: '#ABA0D0'

red 171 ◦ green 160 ◦ blue 208

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

Shades of Biloba Flower #ABA0D0

Tints of Biloba Flower #ABA0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 31.73%
G = 29.68%
B = 38.59%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA0D0 (or 0xABA0D0) is known color: Biloba Flower. HEX triplet: AB, A0 and D0. RGB value is (171,160,208). Sum of RGB (Red+Green+Blue) = 171+160+208=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABA0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0D0 is #545F2F. Grayscale: #A8A8A8. Windows color (decimal): -5529392 or 13672619. OLE color: 13672619.

HSL color Cylindrical-coordinate representation of color #ABA0D0: hue angle of 253.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA0D0 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 160 208 -
CMYK 0.18 0.23 0 0.18
HSL 253.75º 0.34% 0.72% -
HSV(B) 253.75º 0.23% 0.82% -
XYZ 40.75 38.35 64.93 -
YUV 168.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 171 160 208 0.18 0.23 0 0.18 253.75 0.34 0.72
Hex AB A0 D0 12 17 0 12 FE 22 48
Octal 253 240 320 22 27 0 22 376 42 110
Binary 10101011 10100000 11010000 10010 10111 0 10010 11111110 100010 1001000

Color Harmonies of #ABA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0D0

Black with #ABA0D0

Text Example


Text Example

White with #ABA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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