Html Css Color HEX #AF42F0 Medium Orchid

📋 copy color: '#AF42F0'

red 175 ◦ green 66 ◦ blue 240

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

Shades of Medium Orchid #AF42F0

Tints of Medium Orchid #AF42F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 36.38%
G = 13.72%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF42F0 (or 0xAF42F0) is known color: Medium Orchid. HEX triplet: AF, 42 and F0. RGB value is (175,66,240). Sum of RGB (Red+Green+Blue) = 175+66+240=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF42F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F0 is #50BD0F. Grayscale: #757575. Windows color (decimal): -5291280 or 15745711. OLE color: 15745711.

HSL color Cylindrical-coordinate representation of color #AF42F0: hue angle of 277.59º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F0 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 66 240 -
CMYK 0.27 0.72 0 0.06
HSL 277.59º 0.85% 0.6% -
HSV(B) 277.59º 0.73% 0.94% -
XYZ 35.36 19.3 84.3 -
YUV 118.43 196.61 168.35 -
System Red Green Blue C M Y K H S L
Decimal 175 66 240 0.27 0.72 0 0.06 277.59 0.85 0.6
Hex AF 42 F0 1B 48 0 6 116 55 3C
Octal 257 102 360 33 110 0 6 426 125 74
Binary 10101111 1000010 11110000 11011 1001000 0 110 100010110 1010101 111100

Color Harmonies of #AF42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42F0

Black with #AF42F0

Text Example


Text Example

White with #AF42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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