Html Css Color HEX #AB7EDA Biloba Flower

📋 copy color: '#AB7EDA'

red 171 ◦ green 126 ◦ blue 218

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

Shades of Biloba Flower #AB7EDA

Tints of Biloba Flower #AB7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 33.2%
G = 24.47%
B = 42.33%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7EDA (or 0xAB7EDA) is known color: Biloba Flower. HEX triplet: AB, 7E and DA. RGB value is (171,126,218). Sum of RGB (Red+Green+Blue) = 171+126+218=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EDA is #548125. Grayscale: #959595. Windows color (decimal): -5538086 or 14319275. OLE color: 14319275.

HSL color Cylindrical-coordinate representation of color #AB7EDA: hue angle of 269.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7EDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 126 218 -
CMYK 0.22 0.42 0 0.15
HSL 269.35º 0.55% 0.67% -
HSV(B) 269.35º 0.42% 0.85% -
XYZ 36.91 28.64 69.91 -
YUV 149.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 171 126 218 0.22 0.42 0 0.15 269.35 0.55 0.67
Hex AB 7E DA 16 2A 0 F 10D 37 43
Octal 253 176 332 26 52 0 17 415 67 103
Binary 10101011 1111110 11011010 10110 101010 0 1111 100001101 110111 1000011

Color Harmonies of #AB7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EDA

Black with #AB7EDA

Text Example


Text Example

White with #AB7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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