Html Css Color HEX #ABA0D3 Biloba Flower

📋 copy color: '#ABA0D3'

red 171 ◦ green 160 ◦ blue 211

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

Shades of Biloba Flower #ABA0D3

Tints of Biloba Flower #ABA0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 31.55%
G = 29.52%
B = 38.93%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABA0D3 (or 0xABA0D3) is known color: Biloba Flower. HEX triplet: AB, A0 and D3. RGB value is (171,160,211). Sum of RGB (Red+Green+Blue) = 171+160+211=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABA0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0D3 is #545F2C. Grayscale: #A8A8A8. Windows color (decimal): -5529389 or 13869227. OLE color: 13869227.

HSL color Cylindrical-coordinate representation of color #ABA0D3: hue angle of 252.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA0D3 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 160 211 -
CMYK 0.19 0.24 0 0.17
HSL 252.94º 0.37% 0.73% -
HSV(B) 252.94º 0.24% 0.83% -
XYZ 41.12 38.5 66.89 -
YUV 169.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 171 160 211 0.19 0.24 0 0.17 252.94 0.37 0.73
Hex AB A0 D3 13 18 0 11 FD 25 49
Octal 253 240 323 23 30 0 21 375 45 111
Binary 10101011 10100000 11010011 10011 11000 0 10001 11111101 100101 1001001

Color Harmonies of #ABA0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0D3

Black with #ABA0D3

Text Example


Text Example

White with #ABA0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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