Html Css Color HEX #AB93E7 Biloba Flower

📋 copy color: '#AB93E7'

red 171 ◦ green 147 ◦ blue 231

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

Shades of Biloba Flower #AB93E7

Tints of Biloba Flower #AB93E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 31.15%
G = 26.78%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB93E7 (or 0xAB93E7) is known color: Biloba Flower. HEX triplet: AB, 93 and E7. RGB value is (171,147,231). Sum of RGB (Red+Green+Blue) = 171+147+231=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB93E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93E7 is #546C18. Grayscale: #A3A3A3. Windows color (decimal): -5532697 or 15176619. OLE color: 15176619.

HSL color Cylindrical-coordinate representation of color #AB93E7: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB93E7 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 147 231 -
CMYK 0.26 0.36 0 0.09
HSL 257.14º 0.64% 0.74% -
HSV(B) 257.14º 0.36% 0.91% -
XYZ 41.65 35.29 80.22 -
YUV 163.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 171 147 231 0.26 0.36 0 0.09 257.14 0.64 0.74
Hex AB 93 E7 1A 24 0 9 101 40 4A
Octal 253 223 347 32 44 0 11 401 100 112
Binary 10101011 10010011 11100111 11010 100100 0 1001 100000001 1000000 1001010

Color Harmonies of #AB93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93E7

Black with #AB93E7

Text Example


Text Example

White with #AB93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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