Html Css Color HEX #AF53DA Medium Orchid

📋 copy color: '#AF53DA'

red 175 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #AF53DA

Tints of Medium Orchid #AF53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 36.76%
G = 17.44%
B = 45.8%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF53DA (or 0xAF53DA) is known color: Medium Orchid. HEX triplet: AF, 53 and DA. RGB value is (175,83,218). Sum of RGB (Red+Green+Blue) = 175+83+218=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF53DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DA is #50AC25. Grayscale: #7D7D7D. Windows color (decimal): -5286950 or 14308271. OLE color: 14308271.

HSL color Cylindrical-coordinate representation of color #AF53DA: hue angle of 280.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF53DA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 83 218 -
CMYK 0.20 0.62 0 0.15
HSL 280.89º 0.65% 0.59% -
HSV(B) 280.89º 0.62% 0.85% -
XYZ 33.43 20.36 68.5 -
YUV 125.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 175 83 218 0.20 0.62 0 0.15 280.89 0.65 0.59
Hex AF 53 DA 14 3E 0 F 119 41 3B
Octal 257 123 332 24 76 0 17 431 101 73
Binary 10101111 1010011 11011010 10100 111110 0 1111 100011001 1000001 111011

Color Harmonies of #AF53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DA

Black with #AF53DA

Text Example


Text Example

White with #AF53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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