Html Css Color HEX #AF41CC Medium Orchid

📋 copy color: '#AF41CC'

red 175 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #AF41CC

Tints of Medium Orchid #AF41CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 39.41%
G = 14.64%
B = 45.95%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF41CC (or 0xAF41CC) is known color: Medium Orchid. HEX triplet: AF, 41 and CC. RGB value is (175,65,204). Sum of RGB (Red+Green+Blue) = 175+65+204=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CC is #50BE33. Grayscale: #717171. Windows color (decimal): -5291572 or 13386159. OLE color: 13386159.

HSL color Cylindrical-coordinate representation of color #AF41CC: hue angle of 287.48º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF41CC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 65 204 -
CMYK 0.14 0.68 0 0.2
HSL 287.48º 0.58% 0.53% -
HSV(B) 287.48º 0.68% 0.8% -
XYZ 30.47 17.25 58.85 -
YUV 113.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 175 65 204 0.14 0.68 0 0.2 287.48 0.58 0.53
Hex AF 41 CC E 44 0 14 11F 3A 35
Octal 257 101 314 16 104 0 24 437 72 65
Binary 10101111 1000001 11001100 1110 1000100 0 10100 100011111 111010 110101

Color Harmonies of #AF41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41CC

Black with #AF41CC

Text Example


Text Example

White with #AF41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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