Html Css Color HEX #AB9EED Biloba Flower

📋 copy color: '#AB9EED'

red 171 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #AB9EED

Tints of Biloba Flower #AB9EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 30.21%
G = 27.92%
B = 41.87%

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

#AB9EED (or 0xAB9EED) is known color: Biloba Flower. HEX triplet: AB, 9E and ED. RGB value is (171,158,237). Sum of RGB (Red+Green+Blue) = 171+158+237=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EED is #546112. Grayscale: #AAAAAA. Windows color (decimal): -5529875 or 15572651. OLE color: 15572651.

HSL color Cylindrical-coordinate representation of color #AB9EED: hue angle of 249.87º degrees, saturation: 0.69, 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 #AB9EED is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 158 237 -
CMYK 0.28 0.33 0 0.07
HSL 249.87º 0.69% 0.77% -
HSV(B) 249.87º 0.33% 0.93% -
XYZ 44.31 39.23 85.36 -
YUV 170.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 171 158 237 0.28 0.33 0 0.07 249.87 0.69 0.77
Hex AB 9E ED 1C 21 0 7 FA 45 4D
Octal 253 236 355 34 41 0 7 372 105 115
Binary 10101011 10011110 11101101 11100 100001 0 111 11111010 1000101 1001101

Color Harmonies of #AB9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EED

Black with #AB9EED

Text Example


Text Example

White with #AB9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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