Html Css Color HEX #AF60CE Medium Orchid

📋 copy color: '#AF60CE'

red 175 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #AF60CE

Tints of Medium Orchid #AF60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 36.69%
G = 20.13%
B = 43.19%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF60CE (or 0xAF60CE) is known color: Medium Orchid. HEX triplet: AF, 60 and CE. RGB value is (175,96,206). Sum of RGB (Red+Green+Blue) = 175+96+206=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CE is #509F31. Grayscale: #838383. Windows color (decimal): -5283634 or 13525167. OLE color: 13525167.

HSL color Cylindrical-coordinate representation of color #AF60CE: hue angle of 283.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF60CE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 96 206 -
CMYK 0.15 0.53 0 0.19
HSL 283.09º 0.53% 0.59% -
HSV(B) 283.09º 0.53% 0.81% -
XYZ 33 21.94 60.89 -
YUV 132.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 175 96 206 0.15 0.53 0 0.19 283.09 0.53 0.59
Hex AF 60 CE F 35 0 13 11B 35 3B
Octal 257 140 316 17 65 0 23 433 65 73
Binary 10101111 1100000 11001110 1111 110101 0 10011 100011011 110101 111011

Color Harmonies of #AF60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60CE

Black with #AF60CE

Text Example


Text Example

White with #AF60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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