Html Css Color HEX #AF43EC Medium Orchid

📋 copy color: '#AF43EC'

red 175 ◦ green 67 ◦ blue 236

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

Shades of Medium Orchid #AF43EC

Tints of Medium Orchid #AF43EC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

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

R = 36.61%
G = 14.02%
B = 49.37%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF43EC (or 0xAF43EC) is known color: Medium Orchid. HEX triplet: AF, 43 and EC. RGB value is (175,67,236). Sum of RGB (Red+Green+Blue) = 175+67+236=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43EC is #50BC13. Grayscale: #757575. Windows color (decimal): -5291028 or 15483823. OLE color: 15483823.

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

Color convert

RGB 175 67 236 -
CMYK 0.26 0.72 0 0.07
HSL 278.34º 0.82% 0.59% -
HSV(B) 278.34º 0.72% 0.93% -
XYZ 34.83 19.18 81.22 -
YUV 118.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 175 67 236 0.26 0.72 0 0.07 278.34 0.82 0.59
Hex AF 43 EC 1A 48 0 7 116 52 3B
Octal 257 103 354 32 110 0 7 426 122 73
Binary 10101111 1000011 11101100 11010 1001000 0 111 100010110 1010010 111011

Color Harmonies of #AF43EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43EC

Black with #AF43EC

Text Example


Text Example

White with #AF43EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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