Html Css Color HEX #AB9DE1 Biloba Flower

📋 copy color: '#AB9DE1'

red 171 ◦ green 157 ◦ blue 225

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

Shades of Biloba Flower #AB9DE1

Tints of Biloba Flower #AB9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.39%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 30.92%
G = 28.39%
B = 40.69%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB9DE1 (or 0xAB9DE1) is known color: Biloba Flower. HEX triplet: AB, 9D and E1. RGB value is (171,157,225). Sum of RGB (Red+Green+Blue) = 171+157+225=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB9DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DE1 is #54621E. Grayscale: #A8A8A8. Windows color (decimal): -5530143 or 14785963. OLE color: 14785963.

HSL color Cylindrical-coordinate representation of color #AB9DE1: hue angle of 252.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9DE1 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 157 225 -
CMYK 0.24 0.30 0 0.12
HSL 252.35º 0.53% 0.75% -
HSV(B) 252.35º 0.3% 0.88% -
XYZ 42.44 38.21 76.37 -
YUV 168.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 171 157 225 0.24 0.30 0 0.12 252.35 0.53 0.75
Hex AB 9D E1 18 1E 0 C FC 35 4B
Octal 253 235 341 30 36 0 14 374 65 113
Binary 10101011 10011101 11100001 11000 11110 0 1100 11111100 110101 1001011

Color Harmonies of #AB9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DE1

Black with #AB9DE1

Text Example


Text Example

White with #AB9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DE1; }

 p { color: rgb(171,157,225); }

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

background-color css

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

 a { background-color: rgb(171,157,225); }

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

border-color css

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

 span { border-color: rgb(171,157,225); }

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