Html Css Color HEX #AF42F1 Medium Orchid

📋 copy color: '#AF42F1'

red 175 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #AF42F1

Tints of Medium Orchid #AF42F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 36.31%
G = 13.69%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF42F1 (or 0xAF42F1) is known color: Medium Orchid. HEX triplet: AF, 42 and F1. RGB value is (175,66,241). Sum of RGB (Red+Green+Blue) = 175+66+241=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF42F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F1 is #50BD0E. Grayscale: #757575. Windows color (decimal): -5291279 or 15811247. OLE color: 15811247.

HSL color Cylindrical-coordinate representation of color #AF42F1: hue angle of 277.37º degrees, saturation: 0.86, 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 #AF42F1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 66 241 -
CMYK 0.27 0.73 0 0.05
HSL 277.37º 0.86% 0.6% -
HSV(B) 277.37º 0.73% 0.95% -
XYZ 35.5 19.36 85.08 -
YUV 118.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 175 66 241 0.27 0.73 0 0.05 277.37 0.86 0.6
Hex AF 42 F1 1B 49 0 5 115 56 3C
Octal 257 102 361 33 111 0 5 425 126 74
Binary 10101111 1000010 11110001 11011 1001001 0 101 100010101 1010110 111100

Color Harmonies of #AF42F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42F1

Black with #AF42F1

Text Example


Text Example

White with #AF42F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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