Html Css Color HEX #AF41C6 Medium Orchid

📋 copy color: '#AF41C6'

red 175 ◦ green 65 ◦ blue 198

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

Shades of Medium Orchid #AF41C6

Tints of Medium Orchid #AF41C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.21%

R = 39.95%
G = 14.84%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF41C6 (or 0xAF41C6) is known color: Medium Orchid. HEX triplet: AF, 41 and C6. RGB value is (175,65,198). Sum of RGB (Red+Green+Blue) = 175+65+198=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41C6 is #50BE39. Grayscale: #707070. Windows color (decimal): -5291578 or 12992943. OLE color: 12992943.

HSL color Cylindrical-coordinate representation of color #AF41C6: hue angle of 289.62º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF41C6 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 65 198 -
CMYK 0.12 0.67 0 0.22
HSL 289.62º 0.54% 0.52% -
HSV(B) 289.62º 0.67% 0.78% -
XYZ 29.76 16.97 55.13 -
YUV 113.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 175 65 198 0.12 0.67 0 0.22 289.62 0.54 0.52
Hex AF 41 C6 C 43 0 16 122 36 34
Octal 257 101 306 14 103 0 26 442 66 64
Binary 10101111 1000001 11000110 1100 1000011 0 10110 100100010 110110 110100

Color Harmonies of #AF41C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41C6

Black with #AF41C6

Text Example


Text Example

White with #AF41C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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