Html Css Color HEX #AF48C6 Medium Orchid

📋 copy color: '#AF48C6'

red 175 ◦ green 72 ◦ blue 198

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

Shades of Medium Orchid #AF48C6

Tints of Medium Orchid #AF48C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

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

R = 39.33%
G = 16.18%
B = 44.49%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF48C6 (or 0xAF48C6) is known color: Medium Orchid. HEX triplet: AF, 48 and C6. RGB value is (175,72,198). Sum of RGB (Red+Green+Blue) = 175+72+198=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF48C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48C6 is #50B739. Grayscale: #747474. Windows color (decimal): -5289786 or 12994735. OLE color: 12994735.

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

Color convert

RGB 175 72 198 -
CMYK 0.12 0.64 0 0.22
HSL 289.05º 0.53% 0.53% -
HSV(B) 289.05º 0.64% 0.78% -
XYZ 30.19 17.83 55.28 -
YUV 117.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 175 72 198 0.12 0.64 0 0.22 289.05 0.53 0.53
Hex AF 48 C6 C 40 0 16 121 34 35
Octal 257 110 306 14 100 0 26 441 64 65
Binary 10101111 1001000 11000110 1100 1000000 0 10110 100100001 110100 110101

Color Harmonies of #AF48C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48C6

Black with #AF48C6

Text Example


Text Example

White with #AF48C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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