Html Css Color HEX #AB7EDB Biloba Flower

📋 copy color: '#AB7EDB'

red 171 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #AB7EDB

Tints of Biloba Flower #AB7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.42%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 33.14%
G = 24.42%
B = 42.44%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB7EDB (or 0xAB7EDB) is known color: Biloba Flower. HEX triplet: AB, 7E and DB. RGB value is (171,126,219). Sum of RGB (Red+Green+Blue) = 171+126+219=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EDB is #548124. Grayscale: #959595. Windows color (decimal): -5538085 or 14384811. OLE color: 14384811.

HSL color Cylindrical-coordinate representation of color #AB7EDB: hue angle of 269.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7EDB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 126 219 -
CMYK 0.22 0.42 0 0.14
HSL 269.03º 0.56% 0.68% -
HSV(B) 269.03º 0.42% 0.86% -
XYZ 37.04 28.69 70.6 -
YUV 150.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 171 126 219 0.22 0.42 0 0.14 269.03 0.56 0.68
Hex AB 7E DB 16 2A 0 E 10D 38 44
Octal 253 176 333 26 52 0 16 415 70 104
Binary 10101011 1111110 11011011 10110 101010 0 1110 100001101 111000 1000100

Color Harmonies of #AB7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EDB

Black with #AB7EDB

Text Example


Text Example

White with #AB7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EDB; }

 p { color: rgb(171,126,219); }

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

background-color css

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

 a { background-color: rgb(171,126,219); }

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

border-color css

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

 span { border-color: rgb(171,126,219); }

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