Html Css Color HEX #AF52F5 Medium Orchid

📋 copy color: '#AF52F5'

red 175 ◦ green 82 ◦ blue 245

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

Shades of Medium Orchid #AF52F5

Tints of Medium Orchid #AF52F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.8%

R = 34.86%
G = 16.33%
B = 48.8%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF52F5 (or 0xAF52F5) is known color: Medium Orchid. HEX triplet: AF, 52 and F5. RGB value is (175,82,245). Sum of RGB (Red+Green+Blue) = 175+82+245=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF52F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52F5 is #50AD0A. Grayscale: #7F7F7F. Windows color (decimal): -5287179 or 16077487. OLE color: 16077487.

HSL color Cylindrical-coordinate representation of color #AF52F5: hue angle of 274.23º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF52F5 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 82 245 -
CMYK 0.29 0.67 0 0.04
HSL 274.23º 0.89% 0.64% -
HSV(B) 274.23º 0.67% 0.96% -
XYZ 37.18 21.74 88.62 -
YUV 128.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 175 82 245 0.29 0.67 0 0.04 274.23 0.89 0.64
Hex AF 52 F5 1D 43 0 4 112 59 40
Octal 257 122 365 35 103 0 4 422 131 100
Binary 10101111 1010010 11110101 11101 1000011 0 100 100010010 1011001 1000000

Color Harmonies of #AF52F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52F5

Black with #AF52F5

Text Example


Text Example

White with #AF52F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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