Html Css Color HEX #AB9CE5 Biloba Flower

📋 copy color: '#AB9CE5'

red 171 ◦ green 156 ◦ blue 229

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

Shades of Biloba Flower #AB9CE5

Tints of Biloba Flower #AB9CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.06%

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 30.76%
G = 28.06%
B = 41.19%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB9CE5 (or 0xAB9CE5) is known color: Biloba Flower. HEX triplet: AB, 9C and E5. RGB value is (171,156,229). Sum of RGB (Red+Green+Blue) = 171+156+229=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB9CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CE5 is #54631A. Grayscale: #A8A8A8. Windows color (decimal): -5530395 or 15047851. OLE color: 15047851.

HSL color Cylindrical-coordinate representation of color #AB9CE5: hue angle of 252.33º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9CE5 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 156 229 -
CMYK 0.25 0.32 0 0.10
HSL 252.33º 0.58% 0.75% -
HSV(B) 252.33º 0.32% 0.9% -
XYZ 42.83 38.09 79.22 -
YUV 168.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 171 156 229 0.25 0.32 0 0.10 252.33 0.58 0.75
Hex AB 9C E5 19 20 0 A FC 3A 4B
Octal 253 234 345 31 40 0 12 374 72 113
Binary 10101011 10011100 11100101 11001 100000 0 1010 11111100 111010 1001011

Color Harmonies of #AB9CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CE5

Black with #AB9CE5

Text Example


Text Example

White with #AB9CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CE5; }

 p { color: rgb(171,156,229); }

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

background-color css

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

 a { background-color: rgb(171,156,229); }

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

border-color css

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

 span { border-color: rgb(171,156,229); }

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