Html Css Color HEX #AB9EEC Biloba Flower

📋 copy color: '#AB9EEC'

red 171 ◦ green 158 ◦ blue 236

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

Shades of Biloba Flower #AB9EEC

Tints of Biloba Flower #AB9EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 30.27%
G = 27.96%
B = 41.77%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB9EEC (or 0xAB9EEC) is known color: Biloba Flower. HEX triplet: AB, 9E and EC. RGB value is (171,158,236). Sum of RGB (Red+Green+Blue) = 171+158+236=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EEC is #546113. Grayscale: #AAAAAA. Windows color (decimal): -5529876 or 15507115. OLE color: 15507115.

HSL color Cylindrical-coordinate representation of color #AB9EEC: hue angle of 250º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9EEC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 158 236 -
CMYK 0.28 0.33 0 0.07
HSL 250º 0.67% 0.77% -
HSV(B) 250º 0.33% 0.93% -
XYZ 44.16 39.17 84.59 -
YUV 170.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 171 158 236 0.28 0.33 0 0.07 250 0.67 0.77
Hex AB 9E EC 1C 21 0 7 FA 43 4D
Octal 253 236 354 34 41 0 7 372 103 115
Binary 10101011 10011110 11101100 11100 100001 0 111 11111010 1000011 1001101

Color Harmonies of #AB9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EEC

Black with #AB9EEC

Text Example


Text Example

White with #AB9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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