Html Css Color HEX #AF52F8 Medium Orchid

📋 copy color: '#AF52F8'

red 175 ◦ green 82 ◦ blue 248

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

Shades of Medium Orchid #AF52F8

Tints of Medium Orchid #AF52F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 34.65%
G = 16.24%
B = 49.11%

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

#AF52F8 (or 0xAF52F8) is known color: Medium Orchid. HEX triplet: AF, 52 and F8. RGB value is (175,82,248). Sum of RGB (Red+Green+Blue) = 175+82+248=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF52F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52F8 is #50AD07. Grayscale: #808080. Windows color (decimal): -5287176 or 16274095. OLE color: 16274095.

HSL color Cylindrical-coordinate representation of color #AF52F8: hue angle of 273.61º degrees, saturation: 0.92, 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 #AF52F8 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 82 248 -
CMYK 0.29 0.67 0 0.03
HSL 273.61º 0.92% 0.65% -
HSV(B) 273.61º 0.67% 0.97% -
XYZ 37.64 21.93 91.06 -
YUV 128.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 175 82 248 0.29 0.67 0 0.03 273.61 0.92 0.65
Hex AF 52 F8 1D 43 0 3 112 5C 41
Octal 257 122 370 35 103 0 3 422 134 101
Binary 10101111 1010010 11111000 11101 1000011 0 11 100010010 1011100 1000001

Color Harmonies of #AF52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52F8

Black with #AF52F8

Text Example


Text Example

White with #AF52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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