Html Css Color HEX #AF42E9 Medium Orchid

📋 copy color: '#AF42E9'

red 175 ◦ green 66 ◦ blue 233

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

Shades of Medium Orchid #AF42E9

Tints of Medium Orchid #AF42E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 36.92%
G = 13.92%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF42E9 (or 0xAF42E9) is known color: Medium Orchid. HEX triplet: AF, 42 and E9. RGB value is (175,66,233). Sum of RGB (Red+Green+Blue) = 175+66+233=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF42E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42E9 is #50BD16. Grayscale: #757575. Windows color (decimal): -5291287 or 15286959. OLE color: 15286959.

HSL color Cylindrical-coordinate representation of color #AF42E9: hue angle of 279.16º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF42E9 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 66 233 -
CMYK 0.25 0.72 0 0.09
HSL 279.16º 0.79% 0.59% -
HSV(B) 279.16º 0.72% 0.91% -
XYZ 34.34 18.89 78.93 -
YUV 117.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 175 66 233 0.25 0.72 0 0.09 279.16 0.79 0.59
Hex AF 42 E9 19 48 0 9 117 4F 3B
Octal 257 102 351 31 110 0 11 427 117 73
Binary 10101111 1000010 11101001 11001 1001000 0 1001 100010111 1001111 111011

Color Harmonies of #AF42E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42E9

Black with #AF42E9

Text Example


Text Example

White with #AF42E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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