Html Css Color HEX #AF42F2 Medium Orchid

📋 copy color: '#AF42F2'

red 175 ◦ green 66 ◦ blue 242

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

Shades of Medium Orchid #AF42F2

Tints of Medium Orchid #AF42F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 36.23%
G = 13.66%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF42F2 (or 0xAF42F2) is known color: Medium Orchid. HEX triplet: AF, 42 and F2. RGB value is (175,66,242). Sum of RGB (Red+Green+Blue) = 175+66+242=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF42F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F2 is #50BD0D. Grayscale: #767676. Windows color (decimal): -5291278 or 15876783. OLE color: 15876783.

HSL color Cylindrical-coordinate representation of color #AF42F2: hue angle of 277.16º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F2 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 66 242 -
CMYK 0.28 0.73 0 0.05
HSL 277.16º 0.87% 0.6% -
HSV(B) 277.16º 0.73% 0.95% -
XYZ 35.65 19.42 85.87 -
YUV 118.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 175 66 242 0.28 0.73 0 0.05 277.16 0.87 0.6
Hex AF 42 F2 1C 49 0 5 115 57 3C
Octal 257 102 362 34 111 0 5 425 127 74
Binary 10101111 1000010 11110010 11100 1001001 0 101 100010101 1010111 111100

Color Harmonies of #AF42F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42F2

Black with #AF42F2

Text Example


Text Example

White with #AF42F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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