Html Css Color HEX #AB92CC Biloba Flower

📋 copy color: '#AB92CC'

red 171 ◦ green 146 ◦ blue 204

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

Shades of Biloba Flower #AB92CC

Tints of Biloba Flower #AB92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.02%

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

R = 32.82%
G = 28.02%
B = 39.16%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB92CC (or 0xAB92CC) is known color: Biloba Flower. HEX triplet: AB, 92 and CC. RGB value is (171,146,204). Sum of RGB (Red+Green+Blue) = 171+146+204=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92CC is #546D33. Grayscale: #9F9F9F. Windows color (decimal): -5532980 or 13406891. OLE color: 13406891.

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

Color convert

RGB 171 146 204 -
CMYK 0.16 0.28 0 0.2
HSL 265.86º 0.36% 0.69% -
HSV(B) 265.86º 0.28% 0.8% -
XYZ 37.97 33.58 61.61 -
YUV 160.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 171 146 204 0.16 0.28 0 0.2 265.86 0.36 0.69
Hex AB 92 CC 10 1C 0 14 10A 24 45
Octal 253 222 314 20 34 0 24 412 44 105
Binary 10101011 10010010 11001100 10000 11100 0 10100 100001010 100100 1000101

Color Harmonies of #AB92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92CC

Black with #AB92CC

Text Example


Text Example

White with #AB92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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