Html Css Color HEX #AB93F1 Biloba Flower

📋 copy color: '#AB93F1'

red 171 ◦ green 147 ◦ blue 241

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

Shades of Biloba Flower #AB93F1

Tints of Biloba Flower #AB93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 30.59%
G = 26.3%
B = 43.11%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB93F1 (or 0xAB93F1) is known color: Biloba Flower. HEX triplet: AB, 93 and F1. RGB value is (171,147,241). Sum of RGB (Red+Green+Blue) = 171+147+241=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB93F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93F1 is #546C0E. Grayscale: #A4A4A4. Windows color (decimal): -5532687 or 15831979. OLE color: 15831979.

HSL color Cylindrical-coordinate representation of color #AB93F1: hue angle of 255.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB93F1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 147 241 -
CMYK 0.29 0.39 0 0.05
HSL 255.32º 0.77% 0.76% -
HSV(B) 255.32º 0.39% 0.95% -
XYZ 43.11 35.88 87.87 -
YUV 164.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 171 147 241 0.29 0.39 0 0.05 255.32 0.77 0.76
Hex AB 93 F1 1D 27 0 5 FF 4D 4C
Octal 253 223 361 35 47 0 5 377 115 114
Binary 10101011 10010011 11110001 11101 100111 0 101 11111111 1001101 1001100

Color Harmonies of #AB93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93F1

Black with #AB93F1

Text Example


Text Example

White with #AB93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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