Html Css Color HEX #AF53F9 Medium Orchid

📋 copy color: '#AF53F9'

red 175 ◦ green 83 ◦ blue 249

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

Shades of Medium Orchid #AF53F9

Tints of Medium Orchid #AF53F9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.37%

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 34.52%
G = 16.37%
B = 49.11%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF53F9 (or 0xAF53F9) is known color: Medium Orchid. HEX triplet: AF, 53 and F9. RGB value is (175,83,249). Sum of RGB (Red+Green+Blue) = 175+83+249=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF53F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53F9 is #50AC06. Grayscale: #808080. Windows color (decimal): -5286919 or 16339887. OLE color: 16339887.

HSL color Cylindrical-coordinate representation of color #AF53F9: hue angle of 273.25º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF53F9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 83 249 -
CMYK 0.30 0.67 0 0.02
HSL 273.25º 0.93% 0.65% -
HSV(B) 273.25º 0.67% 0.98% -
XYZ 37.87 22.14 91.9 -
YUV 129.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 175 83 249 0.30 0.67 0 0.02 273.25 0.93 0.65
Hex AF 53 F9 1E 43 0 2 111 5D 41
Octal 257 123 371 36 103 0 2 421 135 101
Binary 10101111 1010011 11111001 11110 1000011 0 10 100010001 1011101 1000001

Color Harmonies of #AF53F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53F9

Black with #AF53F9

Text Example


Text Example

White with #AF53F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53F9; }

 p { color: rgb(175,83,249); }

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

background-color css

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

 a { background-color: rgb(175,83,249); }

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

border-color css

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

 span { border-color: rgb(175,83,249); }

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