Html Css Color HEX #AB91CE Biloba Flower

📋 copy color: '#AB91CE'

red 171 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #AB91CE

Tints of Biloba Flower #AB91CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 32.76%
G = 27.78%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB91CE (or 0xAB91CE) is known color: Biloba Flower. HEX triplet: AB, 91 and CE. RGB value is (171,145,206). Sum of RGB (Red+Green+Blue) = 171+145+206=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CE is #546E31. Grayscale: #9F9F9F. Windows color (decimal): -5533234 or 13537707. OLE color: 13537707.

HSL color Cylindrical-coordinate representation of color #AB91CE: hue angle of 265.57º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB91CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 145 206 -
CMYK 0.17 0.30 0 0.19
HSL 265.57º 0.38% 0.69% -
HSV(B) 265.57º 0.3% 0.81% -
XYZ 38.06 33.36 62.83 -
YUV 159.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 171 145 206 0.17 0.30 0 0.19 265.57 0.38 0.69
Hex AB 91 CE 11 1E 0 13 10A 26 45
Octal 253 221 316 21 36 0 23 412 46 105
Binary 10101011 10010001 11001110 10001 11110 0 10011 100001010 100110 1000101

Color Harmonies of #AB91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91CE

Black with #AB91CE

Text Example


Text Example

White with #AB91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91CE; }

 p { color: rgb(171,145,206); }

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

background-color css

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

 a { background-color: rgb(171,145,206); }

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

border-color css

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

 span { border-color: rgb(171,145,206); }

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