Html Css Color HEX #AB93E0 Biloba Flower

📋 copy color: '#AB93E0'

red 171 ◦ green 147 ◦ blue 224

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

Shades of Biloba Flower #AB93E0

Tints of Biloba Flower #AB93E0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.12%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 31.55%
G = 27.12%
B = 41.33%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB93E0 (or 0xAB93E0) is known color: Biloba Flower. HEX triplet: AB, 93 and E0. RGB value is (171,147,224). Sum of RGB (Red+Green+Blue) = 171+147+224=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB93E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93E0 is #546C1F. Grayscale: #A2A2A2. Windows color (decimal): -5532704 or 14717867. OLE color: 14717867.

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

Color convert

RGB 171 147 224 -
CMYK 0.24 0.34 0 0.12
HSL 258.7º 0.55% 0.73% -
HSV(B) 258.7º 0.34% 0.88% -
XYZ 40.68 34.91 75.11 -
YUV 162.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 171 147 224 0.24 0.34 0 0.12 258.7 0.55 0.73
Hex AB 93 E0 18 22 0 C 103 37 49
Octal 253 223 340 30 42 0 14 403 67 111
Binary 10101011 10010011 11100000 11000 100010 0 1100 100000011 110111 1001001

Color Harmonies of #AB93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93E0

Black with #AB93E0

Text Example


Text Example

White with #AB93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93E0; }

 p { color: rgb(171,147,224); }

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

background-color css

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

 a { background-color: rgb(171,147,224); }

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

border-color css

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

 span { border-color: rgb(171,147,224); }

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