Html Css Color HEX #AF42F6 Medium Orchid

📋 copy color: '#AF42F6'

red 175 ◦ green 66 ◦ blue 246

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

Shades of Medium Orchid #AF42F6

Tints of Medium Orchid #AF42F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 35.93%
G = 13.55%
B = 50.51%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF42F6 (or 0xAF42F6) is known color: Medium Orchid. HEX triplet: AF, 42 and F6. RGB value is (175,66,246). Sum of RGB (Red+Green+Blue) = 175+66+246=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF42F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42F6 is #50BD09. Grayscale: #767676. Windows color (decimal): -5291274 or 16138927. OLE color: 16138927.

HSL color Cylindrical-coordinate representation of color #AF42F6: hue angle of 276.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF42F6 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 66 246 -
CMYK 0.29 0.73 0 0.04
HSL 276.33º 0.91% 0.61% -
HSV(B) 276.33º 0.73% 0.96% -
XYZ 36.26 19.66 89.07 -
YUV 119.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 175 66 246 0.29 0.73 0 0.04 276.33 0.91 0.61
Hex AF 42 F6 1D 49 0 4 114 5B 3D
Octal 257 102 366 35 111 0 4 424 133 75
Binary 10101111 1000010 11110110 11101 1001001 0 100 100010100 1011011 111101

Color Harmonies of #AF42F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42F6

Black with #AF42F6

Text Example


Text Example

White with #AF42F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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