Html Css Color HEX #AF3EC3 Medium Orchid

📋 copy color: '#AF3EC3'

red 175 ◦ green 62 ◦ blue 195

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

Shades of Medium Orchid #AF3EC3

Tints of Medium Orchid #AF3EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.14%

R = 40.51%
G = 14.35%
B = 45.14%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF3EC3 (or 0xAF3EC3) is known color: Medium Orchid. HEX triplet: AF, 3E and C3. RGB value is (175,62,195). Sum of RGB (Red+Green+Blue) = 175+62+195=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF3EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EC3 is #50C13C. Grayscale: #6E6E6E. Windows color (decimal): -5292349 or 12795567. OLE color: 12795567.

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

Color convert

RGB 175 62 195 -
CMYK 0.10 0.68 0 0.24
HSL 290.98º 0.53% 0.5% -
HSV(B) 290.98º 0.68% 0.76% -
XYZ 29.25 16.5 53.27 -
YUV 110.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 175 62 195 0.10 0.68 0 0.24 290.98 0.53 0.5
Hex AF 3E C3 A 44 0 18 123 35 32
Octal 257 76 303 12 104 0 30 443 65 62
Binary 10101111 111110 11000011 1010 1000100 0 11000 100100011 110101 110010

Color Harmonies of #AF3EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EC3

Black with #AF3EC3

Text Example


Text Example

White with #AF3EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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