Html Css Color HEX #AF3EDF Medium Orchid

📋 copy color: '#AF3EDF'

red 175 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #AF3EDF

Tints of Medium Orchid #AF3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.48%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 38.04%
G = 13.48%
B = 48.48%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF3EDF (or 0xAF3EDF) is known color: Medium Orchid. HEX triplet: AF, 3E and DF. RGB value is (175,62,223). Sum of RGB (Red+Green+Blue) = 175+62+223=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EDF is #50C120. Grayscale: #717171. Windows color (decimal): -5292321 or 14630575. OLE color: 14630575.

HSL color Cylindrical-coordinate representation of color #AF3EDF: hue angle of 282.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3EDF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 62 223 -
CMYK 0.22 0.72 0 0.13
HSL 282.11º 0.72% 0.56% -
HSV(B) 282.11º 0.72% 0.87% -
XYZ 32.72 17.89 71.54 -
YUV 114.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 175 62 223 0.22 0.72 0 0.13 282.11 0.72 0.56
Hex AF 3E DF 16 48 0 D 11A 48 38
Octal 257 76 337 26 110 0 15 432 110 70
Binary 10101111 111110 11011111 10110 1001000 0 1101 100011010 1001000 111000

Color Harmonies of #AF3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EDF

Black with #AF3EDF

Text Example


Text Example

White with #AF3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EDF; }

 p { color: rgb(175,62,223); }

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

background-color css

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

 a { background-color: rgb(175,62,223); }

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

border-color css

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

 span { border-color: rgb(175,62,223); }

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