Html Css Color HEX #AF53C3 Medium Orchid

📋 copy color: '#AF53C3'

red 175 ◦ green 83 ◦ blue 195

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

Shades of Medium Orchid #AF53C3

Tints of Medium Orchid #AF53C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 38.63%
G = 18.32%
B = 43.05%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF53C3 (or 0xAF53C3) is known color: Medium Orchid. HEX triplet: AF, 53 and C3. RGB value is (175,83,195). Sum of RGB (Red+Green+Blue) = 175+83+195=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF53C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53C3 is #50AC3C. Grayscale: #7A7A7A. Windows color (decimal): -5286973 or 12800943. OLE color: 12800943.

HSL color Cylindrical-coordinate representation of color #AF53C3: hue angle of 289.29º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF53C3 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 83 195 -
CMYK 0.10 0.57 0 0.24
HSL 289.29º 0.48% 0.55% -
HSV(B) 289.29º 0.57% 0.76% -
XYZ 30.62 19.24 53.73 -
YUV 123.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 175 83 195 0.10 0.57 0 0.24 289.29 0.48 0.55
Hex AF 53 C3 A 39 0 18 121 30 37
Octal 257 123 303 12 71 0 30 441 60 67
Binary 10101111 1010011 11000011 1010 111001 0 11000 100100001 110000 110111

Color Harmonies of #AF53C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53C3

Black with #AF53C3

Text Example


Text Example

White with #AF53C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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