Html Css Color HEX #AD42F7 Medium Orchid

📋 copy color: '#AD42F7'

red 173 ◦ green 66 ◦ blue 247

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

Shades of Medium Orchid #AD42F7

Tints of Medium Orchid #AD42F7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.58%

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 35.6%
G = 13.58%
B = 50.82%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD42F7 (or 0xAD42F7) is known color: Medium Orchid. HEX triplet: AD, 42 and F7. RGB value is (173,66,247). Sum of RGB (Red+Green+Blue) = 173+66+247=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD42F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42F7 is #52BD08. Grayscale: #767676. Windows color (decimal): -5422345 or 16204461. OLE color: 16204461.

HSL color Cylindrical-coordinate representation of color #AD42F7: hue angle of 275.47º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD42F7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 66 247 -
CMYK 0.30 0.73 0 0.03
HSL 275.47º 0.92% 0.61% -
HSV(B) 275.47º 0.73% 0.97% -
XYZ 35.97 19.5 89.86 -
YUV 118.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 173 66 247 0.30 0.73 0 0.03 275.47 0.92 0.61
Hex AD 42 F7 1E 49 0 3 113 5C 3D
Octal 255 102 367 36 111 0 3 423 134 75
Binary 10101101 1000010 11110111 11110 1001001 0 11 100010011 1011100 111101

Color Harmonies of #AD42F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42F7

Black with #AD42F7

Text Example


Text Example

White with #AD42F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42F7; }

 p { color: rgb(173,66,247); }

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

background-color css

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

 a { background-color: rgb(173,66,247); }

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

border-color css

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

 span { border-color: rgb(173,66,247); }

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