Html Css Color HEX #AB7DD8 Biloba Flower

📋 copy color: '#AB7DD8'

red 171 ◦ green 125 ◦ blue 216

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

Shades of Biloba Flower #AB7DD8

Tints of Biloba Flower #AB7DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 33.4%
G = 24.41%
B = 42.19%

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

#AB7DD8 (or 0xAB7DD8) is known color: Biloba Flower. HEX triplet: AB, 7D and D8. RGB value is (171,125,216). Sum of RGB (Red+Green+Blue) = 171+125+216=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB7DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DD8 is #548227. Grayscale: #949494. Windows color (decimal): -5538344 or 14187947. OLE color: 14187947.

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

Color convert

RGB 171 125 216 -
CMYK 0.21 0.42 0 0.15
HSL 270.33º 0.54% 0.67% -
HSV(B) 270.33º 0.42% 0.85% -
XYZ 36.52 28.28 68.5 -
YUV 149.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 171 125 216 0.21 0.42 0 0.15 270.33 0.54 0.67
Hex AB 7D D8 15 2A 0 F 10E 36 43
Octal 253 175 330 25 52 0 17 416 66 103
Binary 10101011 1111101 11011000 10101 101010 0 1111 100001110 110110 1000011

Color Harmonies of #AB7DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DD8

Black with #AB7DD8

Text Example


Text Example

White with #AB7DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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