Html Css Color HEX #ABA0D5 Biloba Flower

📋 copy color: '#ABA0D5'

red 171 ◦ green 160 ◦ blue 213

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

Shades of Biloba Flower #ABA0D5

Tints of Biloba Flower #ABA0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 31.43%
G = 29.41%
B = 39.15%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABA0D5 (or 0xABA0D5) is known color: Biloba Flower. HEX triplet: AB, A0 and D5. RGB value is (171,160,213). Sum of RGB (Red+Green+Blue) = 171+160+213=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0D5 is #545F2A. Grayscale: #A9A9A9. Windows color (decimal): -5529387 or 14000299. OLE color: 14000299.

HSL color Cylindrical-coordinate representation of color #ABA0D5: hue angle of 252.45º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA0D5 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 160 213 -
CMYK 0.20 0.25 0 0.16
HSL 252.45º 0.39% 0.73% -
HSV(B) 252.45º 0.25% 0.84% -
XYZ 41.38 38.6 68.22 -
YUV 169.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 171 160 213 0.20 0.25 0 0.16 252.45 0.39 0.73
Hex AB A0 D5 14 19 0 10 FC 27 49
Octal 253 240 325 24 31 0 20 374 47 111
Binary 10101011 10100000 11010101 10100 11001 0 10000 11111100 100111 1001001

Color Harmonies of #ABA0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0D5

Black with #ABA0D5

Text Example


Text Example

White with #ABA0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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