Html Css Color HEX #AF49D4 Medium Orchid

📋 copy color: '#AF49D4'

red 175 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #AF49D4

Tints of Medium Orchid #AF49D4

RGB

 RED value IS 175 (68.75% from 255) = 38.04%

 GREEN value IS 73 (28.91% from 255) = 15.87%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 38.04%
G = 15.87%
B = 46.09%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF49D4 (or 0xAF49D4) is known color: Medium Orchid. HEX triplet: AF, 49 and D4. RGB value is (175,73,212). Sum of RGB (Red+Green+Blue) = 175+73+212=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF49D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49D4 is #50B62B. Grayscale: #767676. Windows color (decimal): -5289516 or 13912495. OLE color: 13912495.

HSL color Cylindrical-coordinate representation of color #AF49D4: hue angle of 284.03º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF49D4 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 73 212 -
CMYK 0.17 0.66 0 0.17
HSL 284.03º 0.62% 0.56% -
HSV(B) 284.03º 0.66% 0.83% -
XYZ 31.95 18.63 64.2 -
YUV 119.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 175 73 212 0.17 0.66 0 0.17 284.03 0.62 0.56
Hex AF 49 D4 11 42 0 11 11C 3E 38
Octal 257 111 324 21 102 0 21 434 76 70
Binary 10101111 1001001 11010100 10001 1000010 0 10001 100011100 111110 111000

Color Harmonies of #AF49D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49D4

Black with #AF49D4

Text Example


Text Example

White with #AF49D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49D4; }

 p { color: rgb(175,73,212); }

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

background-color css

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

 a { background-color: rgb(175,73,212); }

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

border-color css

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

 span { border-color: rgb(175,73,212); }

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