Html Css Color HEX #AF57FA Medium Orchid

📋 copy color: '#AF57FA'

red 175 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #AF57FA

Tints of Medium Orchid #AF57FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 34.18%
G = 16.99%
B = 48.83%

CMYK

 C value IS 0.3

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF57FA (or 0xAF57FA) is known color: Medium Orchid. HEX triplet: AF, 57 and FA. RGB value is (175,87,250). Sum of RGB (Red+Green+Blue) = 175+87+250=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF57FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57FA is #50A805. Grayscale: #838383. Windows color (decimal): -5285894 or 16406447. OLE color: 16406447.

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

Color convert

RGB 175 87 250 -
CMYK 0.3 0.65 0 0.02
HSL 272.39º 0.94% 0.66% -
HSV(B) 272.39º 0.65% 0.98% -
XYZ 38.34 22.83 92.83 -
YUV 131.89 194.65 158.75 -
System Red Green Blue C M Y K H S L
Decimal 175 87 250 0.3 0.65 0 0.02 272.39 0.94 0.66
Hex AF 57 FA 1E 41 0 2 110 5E 42
Octal 257 127 372 36 101 0 2 420 136 102
Binary 10101111 1010111 11111010 11110 1000001 0 10 100010000 1011110 1000010

Color Harmonies of #AF57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57FA

Black with #AF57FA

Text Example


Text Example

White with #AF57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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