Html Css Color HEX #AB7ED8 Biloba Flower

📋 copy color: '#AB7ED8'

red 171 ◦ green 126 ◦ blue 216

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

Shades of Biloba Flower #AB7ED8

Tints of Biloba Flower #AB7ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 33.33%
G = 24.56%
B = 42.11%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7ED8 (or 0xAB7ED8) is known color: Biloba Flower. HEX triplet: AB, 7E and D8. RGB value is (171,126,216). Sum of RGB (Red+Green+Blue) = 171+126+216=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ED8 is #548127. Grayscale: #959595. Windows color (decimal): -5538088 or 14188203. OLE color: 14188203.

HSL color Cylindrical-coordinate representation of color #AB7ED8: hue angle of 270º degrees, saturation: 0.54, 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 #AB7ED8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 126 216 -
CMYK 0.21 0.42 0 0.15
HSL 270º 0.54% 0.67% -
HSV(B) 270º 0.42% 0.85% -
XYZ 36.65 28.54 68.54 -
YUV 149.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 171 126 216 0.21 0.42 0 0.15 270 0.54 0.67
Hex AB 7E D8 15 2A 0 F 10E 36 43
Octal 253 176 330 25 52 0 17 416 66 103
Binary 10101011 1111110 11011000 10101 101010 0 1111 100001110 110110 1000011

Color Harmonies of #AB7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7ED8

Black with #AB7ED8

Text Example


Text Example

White with #AB7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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