Html Css Color HEX #AB9EDC Biloba Flower

📋 copy color: '#AB9EDC'

red 171 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #AB9EDC

Tints of Biloba Flower #AB9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.78%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 31.15%
G = 28.78%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB9EDC (or 0xAB9EDC) is known color: Biloba Flower. HEX triplet: AB, 9E and DC. RGB value is (171,158,220). Sum of RGB (Red+Green+Blue) = 171+158+220=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDC is #546123. Grayscale: #A8A8A8. Windows color (decimal): -5529892 or 14458539. OLE color: 14458539.

HSL color Cylindrical-coordinate representation of color #AB9EDC: hue angle of 252.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9EDC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 158 220 -
CMYK 0.22 0.28 0 0.14
HSL 252.58º 0.47% 0.74% -
HSV(B) 252.58º 0.28% 0.86% -
XYZ 41.94 38.28 72.89 -
YUV 168.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 158 220 0.22 0.28 0 0.14 252.58 0.47 0.74
Hex AB 9E DC 16 1C 0 E FD 2F 4A
Octal 253 236 334 26 34 0 16 375 57 112
Binary 10101011 10011110 11011100 10110 11100 0 1110 11111101 101111 1001010

Color Harmonies of #AB9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EDC

Black with #AB9EDC

Text Example


Text Example

White with #AB9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EDC; }

 p { color: rgb(171,158,220); }

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

background-color css

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

 a { background-color: rgb(171,158,220); }

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

border-color css

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

 span { border-color: rgb(171,158,220); }

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