Html Css Color HEX #AF49CA Medium Orchid

📋 copy color: '#AF49CA'

red 175 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #AF49CA

Tints of Medium Orchid #AF49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 38.89%
G = 16.22%
B = 44.89%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF49CA (or 0xAF49CA) is known color: Medium Orchid. HEX triplet: AF, 49 and CA. RGB value is (175,73,202). Sum of RGB (Red+Green+Blue) = 175+73+202=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CA is #50B635. Grayscale: #757575. Windows color (decimal): -5289526 or 13257135. OLE color: 13257135.

HSL color Cylindrical-coordinate representation of color #AF49CA: hue angle of 287.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF49CA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 73 202 -
CMYK 0.13 0.64 0 0.21
HSL 287.44º 0.55% 0.54% -
HSV(B) 287.44º 0.64% 0.79% -
XYZ 30.72 18.14 57.76 -
YUV 118.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 175 73 202 0.13 0.64 0 0.21 287.44 0.55 0.54
Hex AF 49 CA D 40 0 15 11F 37 36
Octal 257 111 312 15 100 0 25 437 67 66
Binary 10101111 1001001 11001010 1101 1000000 0 10101 100011111 110111 110110

Color Harmonies of #AF49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49CA

Black with #AF49CA

Text Example


Text Example

White with #AF49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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