Html Css Color HEX #AB9EC3 Biloba Flower

📋 copy color: '#AB9EC3'

red 171 ◦ green 158 ◦ blue 195

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

Shades of Biloba Flower #AB9EC3

Tints of Biloba Flower #AB9EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 32.63%
G = 30.15%
B = 37.21%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB9EC3 (or 0xAB9EC3) is known color: Biloba Flower. HEX triplet: AB, 9E and C3. RGB value is (171,158,195). Sum of RGB (Red+Green+Blue) = 171+158+195=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB9EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC3 is #54613C. Grayscale: #A5A5A5. Windows color (decimal): -5529917 or 12820139. OLE color: 12820139.

HSL color Cylindrical-coordinate representation of color #AB9EC3: hue angle of 261.08º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9EC3 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 158 195 -
CMYK 0.12 0.19 0 0.24
HSL 261.08º 0.24% 0.69% -
HSV(B) 261.08º 0.19% 0.76% -
XYZ 38.87 37.05 56.73 -
YUV 166.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 171 158 195 0.12 0.19 0 0.24 261.08 0.24 0.69
Hex AB 9E C3 C 13 0 18 105 18 45
Octal 253 236 303 14 23 0 30 405 30 105
Binary 10101011 10011110 11000011 1100 10011 0 11000 100000101 11000 1000101

Color Harmonies of #AB9EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EC3

Black with #AB9EC3

Text Example


Text Example

White with #AB9EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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