Html Css Color HEX #AB9EDA Biloba Flower

📋 copy color: '#AB9EDA'

red 171 ◦ green 158 ◦ blue 218

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

Shades of Biloba Flower #AB9EDA

Tints of Biloba Flower #AB9EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 31.26%
G = 28.88%
B = 39.85%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB9EDA (or 0xAB9EDA) is known color: Biloba Flower. HEX triplet: AB, 9E and DA. RGB value is (171,158,218). Sum of RGB (Red+Green+Blue) = 171+158+218=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDA is #546125. Grayscale: #A8A8A8. Windows color (decimal): -5529894 or 14327467. OLE color: 14327467.

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

Color convert

RGB 171 158 218 -
CMYK 0.22 0.28 0 0.15
HSL 253º 0.45% 0.74% -
HSV(B) 253º 0.28% 0.85% -
XYZ 41.68 38.17 71.5 -
YUV 168.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 171 158 218 0.22 0.28 0 0.15 253 0.45 0.74
Hex AB 9E DA 16 1C 0 F FD 2D 4A
Octal 253 236 332 26 34 0 17 375 55 112
Binary 10101011 10011110 11011010 10110 11100 0 1111 11111101 101101 1001010

Color Harmonies of #AB9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EDA

Black with #AB9EDA

Text Example


Text Example

White with #AB9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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