Html Css Color HEX #AF52F2 Medium Orchid

📋 copy color: '#AF52F2'

red 175 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #AF52F2

Tints of Medium Orchid #AF52F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 35.07%
G = 16.43%
B = 48.5%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF52F2 (or 0xAF52F2) is known color: Medium Orchid. HEX triplet: AF, 52 and F2. RGB value is (175,82,242). Sum of RGB (Red+Green+Blue) = 175+82+242=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF52F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52F2 is #50AD0D. Grayscale: #7F7F7F. Windows color (decimal): -5287182 or 15880879. OLE color: 15880879.

HSL color Cylindrical-coordinate representation of color #AF52F2: hue angle of 274.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF52F2 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 82 242 -
CMYK 0.28 0.66 0 0.05
HSL 274.88º 0.86% 0.64% -
HSV(B) 274.88º 0.66% 0.95% -
XYZ 36.72 21.56 86.23 -
YUV 128.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 175 82 242 0.28 0.66 0 0.05 274.88 0.86 0.64
Hex AF 52 F2 1C 42 0 5 113 56 40
Octal 257 122 362 34 102 0 5 423 126 100
Binary 10101111 1010010 11110010 11100 1000010 0 101 100010011 1010110 1000000

Color Harmonies of #AF52F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52F2

Black with #AF52F2

Text Example


Text Example

White with #AF52F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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