Html Css Color HEX #AF60CC Medium Orchid

📋 copy color: '#AF60CC'

red 175 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #AF60CC

Tints of Medium Orchid #AF60CC

RGB

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

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

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

R = 36.84%
G = 20.21%
B = 42.95%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF60CC (or 0xAF60CC) is known color: Medium Orchid. HEX triplet: AF, 60 and CC. RGB value is (175,96,204). Sum of RGB (Red+Green+Blue) = 175+96+204=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CC is #509F33. Grayscale: #838383. Windows color (decimal): -5283636 or 13394095. OLE color: 13394095.

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

Color convert

RGB 175 96 204 -
CMYK 0.14 0.53 0 0.2
HSL 283.89º 0.51% 0.59% -
HSV(B) 283.89º 0.53% 0.8% -
XYZ 32.76 21.84 59.62 -
YUV 131.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 175 96 204 0.14 0.53 0 0.2 283.89 0.51 0.59
Hex AF 60 CC E 35 0 14 11C 33 3B
Octal 257 140 314 16 65 0 24 434 63 73
Binary 10101111 1100000 11001100 1110 110101 0 10100 100011100 110011 111011

Color Harmonies of #AF60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60CC

Black with #AF60CC

Text Example


Text Example

White with #AF60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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