Html Css Color HEX #AD7FD7 Biloba Flower

📋 copy color: '#AD7FD7'

red 173 ◦ green 127 ◦ blue 215

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

Shades of Biloba Flower #AD7FD7

Tints of Biloba Flower #AD7FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 33.59%
G = 24.66%
B = 41.75%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD7FD7 (or 0xAD7FD7) is known color: Biloba Flower. HEX triplet: AD, 7F and D7. RGB value is (173,127,215). Sum of RGB (Red+Green+Blue) = 173+127+215=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD7FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FD7 is #528028. Grayscale: #969696. Windows color (decimal): -5406761 or 14122925. OLE color: 14122925.

HSL color Cylindrical-coordinate representation of color #AD7FD7: hue angle of 271.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7FD7 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 127 215 -
CMYK 0.20 0.41 0 0.16
HSL 271.36º 0.52% 0.67% -
HSV(B) 271.36º 0.41% 0.84% -
XYZ 37.09 28.97 67.93 -
YUV 150.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 173 127 215 0.20 0.41 0 0.16 271.36 0.52 0.67
Hex AD 7F D7 14 29 0 10 10F 34 43
Octal 255 177 327 24 51 0 20 417 64 103
Binary 10101101 1111111 11010111 10100 101001 0 10000 100001111 110100 1000011

Color Harmonies of #AD7FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FD7

Black with #AD7FD7

Text Example


Text Example

White with #AD7FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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