Html Css Color HEX #AD42F9 Medium Orchid

📋 copy color: '#AD42F9'

red 173 ◦ green 66 ◦ blue 249

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

Shades of Medium Orchid #AD42F9

Tints of Medium Orchid #AD42F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 35.45%
G = 13.52%
B = 51.02%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD42F9 (or 0xAD42F9) is known color: Medium Orchid. HEX triplet: AD, 42 and F9. RGB value is (173,66,249). Sum of RGB (Red+Green+Blue) = 173+66+249=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD42F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42F9 is #52BD06. Grayscale: #767676. Windows color (decimal): -5422343 or 16335533. OLE color: 16335533.

HSL color Cylindrical-coordinate representation of color #AD42F9: hue angle of 275.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD42F9 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 66 249 -
CMYK 0.31 0.73 0 0.02
HSL 275.08º 0.94% 0.62% -
HSV(B) 275.08º 0.73% 0.98% -
XYZ 36.28 19.62 91.5 -
YUV 118.86 201.45 166.62 -
System Red Green Blue C M Y K H S L
Decimal 173 66 249 0.31 0.73 0 0.02 275.08 0.94 0.62
Hex AD 42 F9 1F 49 0 2 113 5E 3E
Octal 255 102 371 37 111 0 2 423 136 76
Binary 10101101 1000010 11111001 11111 1001001 0 10 100010011 1011110 111110

Color Harmonies of #AD42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42F9

Black with #AD42F9

Text Example


Text Example

White with #AD42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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