Html Css Color HEX #AF41F2 Medium Orchid

📋 copy color: '#AF41F2'

red 175 ◦ green 65 ◦ blue 242

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

Shades of Medium Orchid #AF41F2

Tints of Medium Orchid #AF41F2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

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

R = 36.31%
G = 13.49%
B = 50.21%

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

#AF41F2 (or 0xAF41F2) is known color: Medium Orchid. HEX triplet: AF, 41 and F2. RGB value is (175,65,242). Sum of RGB (Red+Green+Blue) = 175+65+242=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF41F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41F2 is #50BE0D. Grayscale: #757575. Windows color (decimal): -5291534 or 15876527. OLE color: 15876527.

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

Color convert

RGB 175 65 242 -
CMYK 0.28 0.73 0 0.05
HSL 277.29º 0.87% 0.6% -
HSV(B) 277.29º 0.73% 0.95% -
XYZ 35.6 19.31 85.85 -
YUV 118.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 175 65 242 0.28 0.73 0 0.05 277.29 0.87 0.6
Hex AF 41 F2 1C 49 0 5 115 57 3C
Octal 257 101 362 34 111 0 5 425 127 74
Binary 10101111 1000001 11110010 11100 1001001 0 101 100010101 1010111 111100

Color Harmonies of #AF41F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41F2

Black with #AF41F2

Text Example


Text Example

White with #AF41F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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