Html Css Color HEX #AF52F7 Medium Orchid

📋 copy color: '#AF52F7'

red 175 ◦ green 82 ◦ blue 247

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

Shades of Medium Orchid #AF52F7

Tints of Medium Orchid #AF52F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 34.72%
G = 16.27%
B = 49.01%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF52F7 (or 0xAF52F7) is known color: Medium Orchid. HEX triplet: AF, 52 and F7. RGB value is (175,82,247). Sum of RGB (Red+Green+Blue) = 175+82+247=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF52F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52F7 is #50AD08. Grayscale: #808080. Windows color (decimal): -5287177 or 16208559. OLE color: 16208559.

HSL color Cylindrical-coordinate representation of color #AF52F7: hue angle of 273.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF52F7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 82 247 -
CMYK 0.29 0.67 0 0.03
HSL 273.82º 0.91% 0.65% -
HSV(B) 273.82º 0.67% 0.97% -
XYZ 37.48 21.86 90.24 -
YUV 128.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 175 82 247 0.29 0.67 0 0.03 273.82 0.91 0.65
Hex AF 52 F7 1D 43 0 3 112 5B 41
Octal 257 122 367 35 103 0 3 422 133 101
Binary 10101111 1010010 11110111 11101 1000011 0 11 100010010 1011011 1000001

Color Harmonies of #AF52F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52F7

Black with #AF52F7

Text Example


Text Example

White with #AF52F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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