Html Css Color HEX #AB92E1 Biloba Flower

📋 copy color: '#AB92E1'

red 171 ◦ green 146 ◦ blue 225

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

Shades of Biloba Flower #AB92E1

Tints of Biloba Flower #AB92E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 31.55%
G = 26.94%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB92E1 (or 0xAB92E1) is known color: Biloba Flower. HEX triplet: AB, 92 and E1. RGB value is (171,146,225). Sum of RGB (Red+Green+Blue) = 171+146+225=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92E1 is #546D1E. Grayscale: #A2A2A2. Windows color (decimal): -5532959 or 14783147. OLE color: 14783147.

HSL color Cylindrical-coordinate representation of color #AB92E1: hue angle of 258.99º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB92E1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 146 225 -
CMYK 0.24 0.35 0 0.12
HSL 258.99º 0.57% 0.73% -
HSV(B) 258.99º 0.35% 0.88% -
XYZ 40.66 34.65 75.78 -
YUV 162.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 171 146 225 0.24 0.35 0 0.12 258.99 0.57 0.73
Hex AB 92 E1 18 23 0 C 103 39 49
Octal 253 222 341 30 43 0 14 403 71 111
Binary 10101011 10010010 11100001 11000 100011 0 1100 100000011 111001 1001001

Color Harmonies of #AB92E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92E1

Black with #AB92E1

Text Example


Text Example

White with #AB92E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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