Html Css Color HEX #AB92DC Biloba Flower

📋 copy color: '#AB92DC'

red 171 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #AB92DC

Tints of Biloba Flower #AB92DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 31.84%
G = 27.19%
B = 40.97%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB92DC (or 0xAB92DC) is known color: Biloba Flower. HEX triplet: AB, 92 and DC. RGB value is (171,146,220). Sum of RGB (Red+Green+Blue) = 171+146+220=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DC is #546D23. Grayscale: #A1A1A1. Windows color (decimal): -5532964 or 14455467. OLE color: 14455467.

HSL color Cylindrical-coordinate representation of color #AB92DC: hue angle of 260.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB92DC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 146 220 -
CMYK 0.22 0.34 0 0.14
HSL 260.27º 0.51% 0.72% -
HSV(B) 260.27º 0.34% 0.86% -
XYZ 39.99 34.38 72.24 -
YUV 161.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 171 146 220 0.22 0.34 0 0.14 260.27 0.51 0.72
Hex AB 92 DC 16 22 0 E 104 33 48
Octal 253 222 334 26 42 0 16 404 63 110
Binary 10101011 10010010 11011100 10110 100010 0 1110 100000100 110011 1001000

Color Harmonies of #AB92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92DC

Black with #AB92DC

Text Example


Text Example

White with #AB92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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