Html Css Color HEX #AB8BEB Biloba Flower

📋 copy color: '#AB8BEB'

red 171 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #AB8BEB

Tints of Biloba Flower #AB8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 31.38%
G = 25.5%
B = 43.12%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB8BEB (or 0xAB8BEB) is known color: Biloba Flower. HEX triplet: AB, 8B and EB. RGB value is (171,139,235). Sum of RGB (Red+Green+Blue) = 171+139+235=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BEB is #547414. Grayscale: #9F9F9F. Windows color (decimal): -5534741 or 15436715. OLE color: 15436715.

HSL color Cylindrical-coordinate representation of color #AB8BEB: hue angle of 260º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8BEB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 139 235 -
CMYK 0.27 0.41 0 0.08
HSL 260º 0.71% 0.73% -
HSV(B) 260º 0.41% 0.92% -
XYZ 41.02 33.12 82.83 -
YUV 159.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 171 139 235 0.27 0.41 0 0.08 260 0.71 0.73
Hex AB 8B EB 1B 29 0 8 104 47 49
Octal 253 213 353 33 51 0 10 404 107 111
Binary 10101011 10001011 11101011 11011 101001 0 1000 100000100 1000111 1001001

Color Harmonies of #AB8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BEB

Black with #AB8BEB

Text Example


Text Example

White with #AB8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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