Html Css Color HEX #AF3EE5 Medium Orchid

📋 copy color: '#AF3EE5'

red 175 ◦ green 62 ◦ blue 229

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

Shades of Medium Orchid #AF3EE5

Tints of Medium Orchid #AF3EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 37.55%
G = 13.3%
B = 49.14%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF3EE5 (or 0xAF3EE5) is known color: Medium Orchid. HEX triplet: AF, 3E and E5. RGB value is (175,62,229). Sum of RGB (Red+Green+Blue) = 175+62+229=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF3EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EE5 is #50C11A. Grayscale: #727272. Windows color (decimal): -5292315 or 15023791. OLE color: 15023791.

HSL color Cylindrical-coordinate representation of color #AF3EE5: hue angle of 280.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3EE5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 62 229 -
CMYK 0.24 0.73 0 0.10
HSL 280.6º 0.76% 0.57% -
HSV(B) 280.6º 0.73% 0.9% -
XYZ 33.54 18.22 75.88 -
YUV 114.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 175 62 229 0.24 0.73 0 0.10 280.6 0.76 0.57
Hex AF 3E E5 18 49 0 A 119 4C 39
Octal 257 76 345 30 111 0 12 431 114 71
Binary 10101111 111110 11100101 11000 1001001 0 1010 100011001 1001100 111001

Color Harmonies of #AF3EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EE5

Black with #AF3EE5

Text Example


Text Example

White with #AF3EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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