Html Css Color HEX #AF3EEC Medium Orchid

📋 copy color: '#AF3EEC'

red 175 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #AF3EEC

Tints of Medium Orchid #AF3EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 37%
G = 13.11%
B = 49.89%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3EEC (or 0xAF3EEC) is known color: Medium Orchid. HEX triplet: AF, 3E and EC. RGB value is (175,62,236). Sum of RGB (Red+Green+Blue) = 175+62+236=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF3EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EEC is #50C113. Grayscale: #737373. Windows color (decimal): -5292308 or 15482543. OLE color: 15482543.

HSL color Cylindrical-coordinate representation of color #AF3EEC: hue angle of 278.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3EEC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 62 236 -
CMYK 0.26 0.74 0 0.07
HSL 278.97º 0.82% 0.58% -
HSV(B) 278.97º 0.74% 0.93% -
XYZ 34.54 18.62 81.13 -
YUV 115.62 195.94 170.35 -
System Red Green Blue C M Y K H S L
Decimal 175 62 236 0.26 0.74 0 0.07 278.97 0.82 0.58
Hex AF 3E EC 1A 4A 0 7 117 52 3A
Octal 257 76 354 32 112 0 7 427 122 72
Binary 10101111 111110 11101100 11010 1001010 0 111 100010111 1010010 111010

Color Harmonies of #AF3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EEC

Black with #AF3EEC

Text Example


Text Example

White with #AF3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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