Html Css Color HEX #AF42EC Medium Orchid

📋 copy color: '#AF42EC'

red 175 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #AF42EC

Tints of Medium Orchid #AF42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

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

R = 36.69%
G = 13.84%
B = 49.48%

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

#AF42EC (or 0xAF42EC) is known color: Medium Orchid. HEX triplet: AF, 42 and EC. RGB value is (175,66,236). Sum of RGB (Red+Green+Blue) = 175+66+236=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42EC is #50BD13. Grayscale: #757575. Windows color (decimal): -5291284 or 15483567. OLE color: 15483567.

HSL color Cylindrical-coordinate representation of color #AF42EC: hue angle of 278.47º 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 #AF42EC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 66 236 -
CMYK 0.26 0.72 0 0.07
HSL 278.47º 0.82% 0.59% -
HSV(B) 278.47º 0.72% 0.93% -
XYZ 34.77 19.07 81.2 -
YUV 117.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 175 66 236 0.26 0.72 0 0.07 278.47 0.82 0.59
Hex AF 42 EC 1A 48 0 7 116 52 3B
Octal 257 102 354 32 110 0 7 426 122 73
Binary 10101111 1000010 11101100 11010 1001000 0 111 100010110 1010010 111011

Color Harmonies of #AF42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42EC

Black with #AF42EC

Text Example


Text Example

White with #AF42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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