Html Css Color HEX #AB9DEC Biloba Flower

📋 copy color: '#AB9DEC'

red 171 ◦ green 157 ◦ blue 236

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

Shades of Biloba Flower #AB9DEC

Tints of Biloba Flower #AB9DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

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

R = 30.32%
G = 27.84%
B = 41.84%

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

#AB9DEC (or 0xAB9DEC) is known color: Biloba Flower. HEX triplet: AB, 9D and EC. RGB value is (171,157,236). Sum of RGB (Red+Green+Blue) = 171+157+236=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEC is #546213. Grayscale: #A9A9A9. Windows color (decimal): -5530132 or 15506859. OLE color: 15506859.

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

Color convert

RGB 171 157 236 -
CMYK 0.28 0.33 0 0.07
HSL 250.63º 0.68% 0.77% -
HSV(B) 250.63º 0.33% 0.93% -
XYZ 43.99 38.83 84.53 -
YUV 170.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 171 157 236 0.28 0.33 0 0.07 250.63 0.68 0.77
Hex AB 9D EC 1C 21 0 7 FB 44 4D
Octal 253 235 354 34 41 0 7 373 104 115
Binary 10101011 10011101 11101100 11100 100001 0 111 11111011 1000100 1001101

Color Harmonies of #AB9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DEC

Black with #AB9DEC

Text Example


Text Example

White with #AB9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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