Html Css Color HEX #AB92DF Biloba Flower

📋 copy color: '#AB92DF'

red 171 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #AB92DF

Tints of Biloba Flower #AB92DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 31.67%
G = 27.04%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB92DF (or 0xAB92DF) is known color: Biloba Flower. HEX triplet: AB, 92 and DF. RGB value is (171,146,223). Sum of RGB (Red+Green+Blue) = 171+146+223=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DF is #546D20. Grayscale: #A1A1A1. Windows color (decimal): -5532961 or 14652075. OLE color: 14652075.

HSL color Cylindrical-coordinate representation of color #AB92DF: hue angle of 259.48º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB92DF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 146 223 -
CMYK 0.23 0.35 0 0.13
HSL 259.48º 0.55% 0.72% -
HSV(B) 259.48º 0.35% 0.87% -
XYZ 40.39 34.54 74.35 -
YUV 162.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 171 146 223 0.23 0.35 0 0.13 259.48 0.55 0.72
Hex AB 92 DF 17 23 0 D 103 37 48
Octal 253 222 337 27 43 0 15 403 67 110
Binary 10101011 10010010 11011111 10111 100011 0 1101 100000011 110111 1001000

Color Harmonies of #AB92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92DF

Black with #AB92DF

Text Example


Text Example

White with #AB92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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