Html Css Color HEX #AF53FF Medium Orchid

📋 copy color: '#AF53FF'

red 175 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #AF53FF

Tints of Medium Orchid #AF53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 34.11%
G = 16.18%
B = 49.71%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF53FF (or 0xAF53FF) is known color: Medium Orchid. HEX triplet: AF, 53 and FF. RGB value is (175,83,255). Sum of RGB (Red+Green+Blue) = 175+83+255=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53FF is #50AC00. Grayscale: #818181. Windows color (decimal): -5286913 or 16733103. OLE color: 16733103.

HSL color Cylindrical-coordinate representation of color #AF53FF: hue angle of 272.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF53FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 83 255 -
CMYK 0.31 0.67 0 0
HSL 272.09º 1% 0.66% -
HSV(B) 272.09º 0.67% 1% -
XYZ 38.82 22.52 96.91 -
YUV 130.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 175 83 255 0.31 0.67 0 0 272.09 1 0.66
Hex AF 53 FF 1F 43 0 0 110 64 42
Octal 257 123 377 37 103 0 0 420 144 102
Binary 10101111 1010011 11111111 11111 1000011 0 0 100010000 1100100 1000010

Color Harmonies of #AF53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53FF

Black with #AF53FF

Text Example


Text Example

White with #AF53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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