Html Css Color HEX #AD7FDA Biloba Flower

📋 copy color: '#AD7FDA'

red 173 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #AD7FDA

Tints of Biloba Flower #AD7FDA

RGB

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

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

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

R = 33.4%
G = 24.52%
B = 42.08%

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

#AD7FDA (or 0xAD7FDA) is known color: Biloba Flower. HEX triplet: AD, 7F and DA. RGB value is (173,127,218). Sum of RGB (Red+Green+Blue) = 173+127+218=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDA is #528025. Grayscale: #969696. Windows color (decimal): -5406758 or 14319533. OLE color: 14319533.

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

Color convert

RGB 173 127 218 -
CMYK 0.21 0.42 0 0.15
HSL 270.33º 0.55% 0.68% -
HSV(B) 270.33º 0.42% 0.85% -
XYZ 37.48 29.12 69.98 -
YUV 151.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 173 127 218 0.21 0.42 0 0.15 270.33 0.55 0.68
Hex AD 7F DA 15 2A 0 F 10E 37 44
Octal 255 177 332 25 52 0 17 416 67 104
Binary 10101101 1111111 11011010 10101 101010 0 1111 100001110 110111 1000100

Color Harmonies of #AD7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FDA

Black with #AD7FDA

Text Example


Text Example

White with #AD7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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