Html Css Color HEX #AB8BE7 Biloba Flower

📋 copy color: '#AB8BE7'

red 171 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #AB8BE7

Tints of Biloba Flower #AB8BE7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.69%

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

R = 31.61%
G = 25.69%
B = 42.7%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB8BE7 (or 0xAB8BE7) is known color: Biloba Flower. HEX triplet: AB, 8B and E7. RGB value is (171,139,231). Sum of RGB (Red+Green+Blue) = 171+139+231=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB8BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BE7 is #547418. Grayscale: #9E9E9E. Windows color (decimal): -5534745 or 15174571. OLE color: 15174571.

HSL color Cylindrical-coordinate representation of color #AB8BE7: hue angle of 260.87º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8BE7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 139 231 -
CMYK 0.26 0.40 0 0.09
HSL 260.87º 0.66% 0.73% -
HSV(B) 260.87º 0.4% 0.91% -
XYZ 40.45 32.89 79.82 -
YUV 159.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 171 139 231 0.26 0.40 0 0.09 260.87 0.66 0.73
Hex AB 8B E7 1A 28 0 9 105 42 49
Octal 253 213 347 32 50 0 11 405 102 111
Binary 10101011 10001011 11100111 11010 101000 0 1001 100000101 1000010 1001001

Color Harmonies of #AB8BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BE7

Black with #AB8BE7

Text Example


Text Example

White with #AB8BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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