Html Css Color HEX #AD42F6 Medium Orchid

📋 copy color: '#AD42F6'

red 173 ◦ green 66 ◦ blue 246

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

Shades of Medium Orchid #AD42F6

Tints of Medium Orchid #AD42F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 35.67%
G = 13.61%
B = 50.72%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD42F6 (or 0xAD42F6) is known color: Medium Orchid. HEX triplet: AD, 42 and F6. RGB value is (173,66,246). Sum of RGB (Red+Green+Blue) = 173+66+246=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD42F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42F6 is #52BD09. Grayscale: #757575. Windows color (decimal): -5422346 or 16138925. OLE color: 16138925.

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

Color convert

RGB 173 66 246 -
CMYK 0.30 0.73 0 0.04
HSL 275.67º 0.91% 0.61% -
HSV(B) 275.67º 0.73% 0.96% -
XYZ 35.82 19.43 89.05 -
YUV 118.51 199.95 166.86 -
System Red Green Blue C M Y K H S L
Decimal 173 66 246 0.30 0.73 0 0.04 275.67 0.91 0.61
Hex AD 42 F6 1E 49 0 4 114 5B 3D
Octal 255 102 366 36 111 0 4 424 133 75
Binary 10101101 1000010 11110110 11110 1001001 0 100 100010100 1011011 111101

Color Harmonies of #AD42F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42F6

Black with #AD42F6

Text Example


Text Example

White with #AD42F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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