Html Css Color HEX #AF60C3 Medium Orchid

📋 copy color: '#AF60C3'

red 175 ◦ green 96 ◦ blue 195

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

Shades of Medium Orchid #AF60C3

Tints of Medium Orchid #AF60C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 37.55%
G = 20.6%
B = 41.85%

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

#AF60C3 (or 0xAF60C3) is known color: Medium Orchid. HEX triplet: AF, 60 and C3. RGB value is (175,96,195). Sum of RGB (Red+Green+Blue) = 175+96+195=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF60C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C3 is #509F3C. Grayscale: #828282. Windows color (decimal): -5283645 or 12804271. OLE color: 12804271.

HSL color Cylindrical-coordinate representation of color #AF60C3: hue angle of 287.88º 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 #AF60C3 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 96 195 -
CMYK 0.10 0.51 0 0.24
HSL 287.88º 0.45% 0.57% -
HSV(B) 287.88º 0.51% 0.76% -
XYZ 31.71 21.42 54.09 -
YUV 130.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 175 96 195 0.10 0.51 0 0.24 287.88 0.45 0.57
Hex AF 60 C3 A 33 0 18 120 2D 39
Octal 257 140 303 12 63 0 30 440 55 71
Binary 10101111 1100000 11000011 1010 110011 0 11000 100100000 101101 111001

Color Harmonies of #AF60C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60C3

Black with #AF60C3

Text Example


Text Example

White with #AF60C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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