Html Css Color HEX #AF60C2 Medium Orchid

📋 copy color: '#AF60C2'

red 175 ◦ green 96 ◦ blue 194

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

Shades of Medium Orchid #AF60C2

Tints of Medium Orchid #AF60C2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 37.63%
G = 20.65%
B = 41.72%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF60C2 (or 0xAF60C2) is known color: Medium Orchid. HEX triplet: AF, 60 and C2. RGB value is (175,96,194). Sum of RGB (Red+Green+Blue) = 175+96+194=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF60C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C2 is #509F3D. Grayscale: #828282. Windows color (decimal): -5283646 or 12738735. OLE color: 12738735.

HSL color Cylindrical-coordinate representation of color #AF60C2: hue angle of 288.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF60C2 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 96 194 -
CMYK 0.10 0.51 0 0.24
HSL 288.37º 0.45% 0.57% -
HSV(B) 288.37º 0.51% 0.76% -
XYZ 31.6 21.37 53.5 -
YUV 130.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 175 96 194 0.10 0.51 0 0.24 288.37 0.45 0.57
Hex AF 60 C2 A 33 0 18 120 2D 39
Octal 257 140 302 12 63 0 30 440 55 71
Binary 10101111 1100000 11000010 1010 110011 0 11000 100100000 101101 111001

Color Harmonies of #AF60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60C2

Black with #AF60C2

Text Example


Text Example

White with #AF60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60C2; }

 p { color: rgb(175,96,194); }

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

background-color css

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

 a { background-color: rgb(175,96,194); }

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

border-color css

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

 span { border-color: rgb(175,96,194); }

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