Html Css Color HEX #AB91CC Biloba Flower

📋 copy color: '#AB91CC'

red 171 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #AB91CC

Tints of Biloba Flower #AB91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 32.88%
G = 27.88%
B = 39.23%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB91CC (or 0xAB91CC) is known color: Biloba Flower. HEX triplet: AB, 91 and CC. RGB value is (171,145,204). Sum of RGB (Red+Green+Blue) = 171+145+204=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CC is #546E33. Grayscale: #9F9F9F. Windows color (decimal): -5533236 or 13406635. OLE color: 13406635.

HSL color Cylindrical-coordinate representation of color #AB91CC: hue angle of 266.44º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB91CC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 145 204 -
CMYK 0.16 0.29 0 0.2
HSL 266.44º 0.37% 0.68% -
HSV(B) 266.44º 0.29% 0.8% -
XYZ 37.82 33.27 61.55 -
YUV 159.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 171 145 204 0.16 0.29 0 0.2 266.44 0.37 0.68
Hex AB 91 CC 10 1D 0 14 10A 25 44
Octal 253 221 314 20 35 0 24 412 45 104
Binary 10101011 10010001 11001100 10000 11101 0 10100 100001010 100101 1000100

Color Harmonies of #AB91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91CC

Black with #AB91CC

Text Example


Text Example

White with #AB91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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