Html Css Color HEX #AF52C1 Medium Orchid

📋 copy color: '#AF52C1'

red 175 ◦ green 82 ◦ blue 193

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

Shades of Medium Orchid #AF52C1

Tints of Medium Orchid #AF52C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 38.89%
G = 18.22%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF52C1 (or 0xAF52C1) is known color: Medium Orchid. HEX triplet: AF, 52 and C1. RGB value is (175,82,193). Sum of RGB (Red+Green+Blue) = 175+82+193=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF52C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52C1 is #50AD3E. Grayscale: #7A7A7A. Windows color (decimal): -5287231 or 12669615. OLE color: 12669615.

HSL color Cylindrical-coordinate representation of color #AF52C1: hue angle of 290.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF52C1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 82 193 -
CMYK 0.09 0.58 0 0.24
HSL 290.27º 0.47% 0.54% -
HSV(B) 290.27º 0.58% 0.76% -
XYZ 30.32 19 52.52 -
YUV 122.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 175 82 193 0.09 0.58 0 0.24 290.27 0.47 0.54
Hex AF 52 C1 9 3A 0 18 122 2F 36
Octal 257 122 301 11 72 0 30 442 57 66
Binary 10101111 1010010 11000001 1001 111010 0 11000 100100010 101111 110110

Color Harmonies of #AF52C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52C1

Black with #AF52C1

Text Example


Text Example

White with #AF52C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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