Html Css Color HEX #AD7FE5 Biloba Flower

📋 copy color: '#AD7FE5'

red 173 ◦ green 127 ◦ blue 229

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

Shades of Biloba Flower #AD7FE5

Tints of Biloba Flower #AD7FE5

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 32.7%
G = 24.01%
B = 43.29%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD7FE5 (or 0xAD7FE5) is known color: Biloba Flower. HEX triplet: AD, 7F and E5. RGB value is (173,127,229). Sum of RGB (Red+Green+Blue) = 173+127+229=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD7FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FE5 is #52801A. Grayscale: #989898. Windows color (decimal): -5406747 or 15040429. OLE color: 15040429.

HSL color Cylindrical-coordinate representation of color #AD7FE5: hue angle of 267.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7FE5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 127 229 -
CMYK 0.24 0.45 0 0.10
HSL 267.06º 0.66% 0.7% -
HSV(B) 267.06º 0.45% 0.9% -
XYZ 38.97 29.72 77.81 -
YUV 152.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 173 127 229 0.24 0.45 0 0.10 267.06 0.66 0.7
Hex AD 7F E5 18 2D 0 A 10B 42 46
Octal 255 177 345 30 55 0 12 413 102 106
Binary 10101101 1111111 11100101 11000 101101 0 1010 100001011 1000010 1000110

Color Harmonies of #AD7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FE5

Black with #AD7FE5

Text Example


Text Example

White with #AD7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FE5; }

 p { color: rgb(173,127,229); }

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

background-color css

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

 a { background-color: rgb(173,127,229); }

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

border-color css

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

 span { border-color: rgb(173,127,229); }

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