Html Css Color HEX #AF3EE0 Medium Orchid

📋 copy color: '#AF3EE0'

red 175 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #AF3EE0

Tints of Medium Orchid #AF3EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 37.96%
G = 13.45%
B = 48.59%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF3EE0 (or 0xAF3EE0) is known color: Medium Orchid. HEX triplet: AF, 3E and E0. RGB value is (175,62,224). Sum of RGB (Red+Green+Blue) = 175+62+224=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF3EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EE0 is #50C11F. Grayscale: #717171. Windows color (decimal): -5292320 or 14696111. OLE color: 14696111.

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

Color convert

RGB 175 62 224 -
CMYK 0.22 0.72 0 0.12
HSL 281.85º 0.72% 0.56% -
HSV(B) 281.85º 0.72% 0.88% -
XYZ 32.86 17.94 72.25 -
YUV 114.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 175 62 224 0.22 0.72 0 0.12 281.85 0.72 0.56
Hex AF 3E E0 16 48 0 C 11A 48 38
Octal 257 76 340 26 110 0 14 432 110 70
Binary 10101111 111110 11100000 10110 1001000 0 1100 100011010 1001000 111000

Color Harmonies of #AF3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EE0

Black with #AF3EE0

Text Example


Text Example

White with #AF3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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