Html Css Color HEX #AF60C9 Medium Orchid

📋 copy color: '#AF60C9'

red 175 ◦ green 96 ◦ blue 201

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

Shades of Medium Orchid #AF60C9

Tints of Medium Orchid #AF60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 37.08%
G = 20.34%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF60C9 (or 0xAF60C9) is known color: Medium Orchid. HEX triplet: AF, 60 and C9. RGB value is (175,96,201). Sum of RGB (Red+Green+Blue) = 175+96+201=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF60C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C9 is #509F36. Grayscale: #838383. Windows color (decimal): -5283639 or 13197487. OLE color: 13197487.

HSL color Cylindrical-coordinate representation of color #AF60C9: hue angle of 285.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF60C9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 96 201 -
CMYK 0.13 0.52 0 0.21
HSL 285.14º 0.49% 0.58% -
HSV(B) 285.14º 0.52% 0.79% -
XYZ 32.4 21.7 57.74 -
YUV 131.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 175 96 201 0.13 0.52 0 0.21 285.14 0.49 0.58
Hex AF 60 C9 D 34 0 15 11D 31 3A
Octal 257 140 311 15 64 0 25 435 61 72
Binary 10101111 1100000 11001001 1101 110100 0 10101 100011101 110001 111010

Color Harmonies of #AF60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60C9

Black with #AF60C9

Text Example


Text Example

White with #AF60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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