Html Css Color HEX #AF3ED0 Medium Orchid

📋 copy color: '#AF3ED0'

red 175 ◦ green 62 ◦ blue 208

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

Shades of Medium Orchid #AF3ED0

Tints of Medium Orchid #AF3ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 39.33%
G = 13.93%
B = 46.74%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF3ED0 (or 0xAF3ED0) is known color: Medium Orchid. HEX triplet: AF, 3E and D0. RGB value is (175,62,208). Sum of RGB (Red+Green+Blue) = 175+62+208=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF3ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ED0 is #50C12F. Grayscale: #6F6F6F. Windows color (decimal): -5292336 or 13647535. OLE color: 13647535.

HSL color Cylindrical-coordinate representation of color #AF3ED0: hue angle of 286.44º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3ED0 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 62 208 -
CMYK 0.16 0.70 0 0.18
HSL 286.44º 0.61% 0.53% -
HSV(B) 286.44º 0.7% 0.82% -
XYZ 30.79 17.11 61.36 -
YUV 112.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 175 62 208 0.16 0.70 0 0.18 286.44 0.61 0.53
Hex AF 3E D0 10 46 0 12 11E 3D 35
Octal 257 76 320 20 106 0 22 436 75 65
Binary 10101111 111110 11010000 10000 1000110 0 10010 100011110 111101 110101

Color Harmonies of #AF3ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ED0

Black with #AF3ED0

Text Example


Text Example

White with #AF3ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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