Html Css Color HEX #AF57DA Medium Orchid

📋 copy color: '#AF57DA'

red 175 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #AF57DA

Tints of Medium Orchid #AF57DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.13%

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

R = 36.46%
G = 18.13%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF57DA (or 0xAF57DA) is known color: Medium Orchid. HEX triplet: AF, 57 and DA. RGB value is (175,87,218). Sum of RGB (Red+Green+Blue) = 175+87+218=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57DA is #50A825. Grayscale: #7F7F7F. Windows color (decimal): -5285926 or 14309295. OLE color: 14309295.

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

Color convert

RGB 175 87 218 -
CMYK 0.20 0.60 0 0.15
HSL 280.31º 0.64% 0.6% -
HSV(B) 280.31º 0.6% 0.85% -
XYZ 33.74 20.99 68.6 -
YUV 128.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 175 87 218 0.20 0.60 0 0.15 280.31 0.64 0.6
Hex AF 57 DA 14 3C 0 F 118 40 3C
Octal 257 127 332 24 74 0 17 430 100 74
Binary 10101111 1010111 11011010 10100 111100 0 1111 100011000 1000000 111100

Color Harmonies of #AF57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57DA

Black with #AF57DA

Text Example


Text Example

White with #AF57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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