Html Css Color HEX #AB93EC Biloba Flower

📋 copy color: '#AB93EC'

red 171 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #AB93EC

Tints of Biloba Flower #AB93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 30.87%
G = 26.53%
B = 42.6%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB93EC (or 0xAB93EC) is known color: Biloba Flower. HEX triplet: AB, 93 and EC. RGB value is (171,147,236). Sum of RGB (Red+Green+Blue) = 171+147+236=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93EC is #546C13. Grayscale: #A3A3A3. Windows color (decimal): -5532692 or 15504299. OLE color: 15504299.

HSL color Cylindrical-coordinate representation of color #AB93EC: hue angle of 256.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB93EC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 147 236 -
CMYK 0.28 0.38 0 0.07
HSL 256.18º 0.7% 0.75% -
HSV(B) 256.18º 0.38% 0.93% -
XYZ 42.37 35.58 83.99 -
YUV 164.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 171 147 236 0.28 0.38 0 0.07 256.18 0.7 0.75
Hex AB 93 EC 1C 26 0 7 100 46 4B
Octal 253 223 354 34 46 0 7 400 106 113
Binary 10101011 10010011 11101100 11100 100110 0 111 100000000 1000110 1001011

Color Harmonies of #AB93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93EC

Black with #AB93EC

Text Example


Text Example

White with #AB93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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