Html Css Color HEX #AF49CC Medium Orchid

📋 copy color: '#AF49CC'

red 175 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #AF49CC

Tints of Medium Orchid #AF49CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

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

R = 38.72%
G = 16.15%
B = 45.13%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF49CC (or 0xAF49CC) is known color: Medium Orchid. HEX triplet: AF, 49 and CC. RGB value is (175,73,204). Sum of RGB (Red+Green+Blue) = 175+73+204=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CC is #50B633. Grayscale: #767676. Windows color (decimal): -5289524 or 13388207. OLE color: 13388207.

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

Color convert

RGB 175 73 204 -
CMYK 0.14 0.64 0 0.2
HSL 286.72º 0.56% 0.54% -
HSV(B) 286.72º 0.64% 0.8% -
XYZ 30.96 18.24 59.02 -
YUV 118.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 175 73 204 0.14 0.64 0 0.2 286.72 0.56 0.54
Hex AF 49 CC E 40 0 14 11F 38 36
Octal 257 111 314 16 100 0 24 437 70 66
Binary 10101111 1001001 11001100 1110 1000000 0 10100 100011111 111000 110110

Color Harmonies of #AF49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49CC

Black with #AF49CC

Text Example


Text Example

White with #AF49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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