Html Css Color HEX #AB8BEC Biloba Flower

📋 copy color: '#AB8BEC'

red 171 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #AB8BEC

Tints of Biloba Flower #AB8BEC

RGB

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

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

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

R = 31.32%
G = 25.46%
B = 43.22%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB8BEC (or 0xAB8BEC) is known color: Biloba Flower. HEX triplet: AB, 8B and EC. RGB value is (171,139,236). Sum of RGB (Red+Green+Blue) = 171+139+236=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BEC is #547413. Grayscale: #9F9F9F. Windows color (decimal): -5534740 or 15502251. OLE color: 15502251.

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

Color convert

RGB 171 139 236 -
CMYK 0.28 0.41 0 0.07
HSL 259.79º 0.72% 0.74% -
HSV(B) 259.79º 0.41% 0.93% -
XYZ 41.17 33.18 83.59 -
YUV 159.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 171 139 236 0.28 0.41 0 0.07 259.79 0.72 0.74
Hex AB 8B EC 1C 29 0 7 104 48 4A
Octal 253 213 354 34 51 0 7 404 110 112
Binary 10101011 10001011 11101100 11100 101001 0 111 100000100 1001000 1001010

Color Harmonies of #AB8BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BEC

Black with #AB8BEC

Text Example


Text Example

White with #AB8BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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