Html Css Color HEX #AF52C9 Medium Orchid

📋 copy color: '#AF52C9'

red 175 ◦ green 82 ◦ blue 201

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

Shades of Medium Orchid #AF52C9

Tints of Medium Orchid #AF52C9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 38.21%
G = 17.9%
B = 43.89%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF52C9 (or 0xAF52C9) is known color: Medium Orchid. HEX triplet: AF, 52 and C9. RGB value is (175,82,201). Sum of RGB (Red+Green+Blue) = 175+82+201=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52C9 is #50AD36. Grayscale: #7A7A7A. Windows color (decimal): -5287223 or 13193903. OLE color: 13193903.

HSL color Cylindrical-coordinate representation of color #AF52C9: hue angle of 286.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF52C9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 82 201 -
CMYK 0.13 0.59 0 0.21
HSL 286.89º 0.52% 0.55% -
HSV(B) 286.89º 0.59% 0.79% -
XYZ 31.24 19.37 57.35 -
YUV 123.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 175 82 201 0.13 0.59 0 0.21 286.89 0.52 0.55
Hex AF 52 C9 D 3B 0 15 11F 34 37
Octal 257 122 311 15 73 0 25 437 64 67
Binary 10101111 1010010 11001001 1101 111011 0 10101 100011111 110100 110111

Color Harmonies of #AF52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52C9

Black with #AF52C9

Text Example


Text Example

White with #AF52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52C9; }

 p { color: rgb(175,82,201); }

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

background-color css

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

 a { background-color: rgb(175,82,201); }

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

border-color css

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

 span { border-color: rgb(175,82,201); }

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