Html Css Color HEX #AF60CF Medium Orchid

📋 copy color: '#AF60CF'

red 175 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #AF60CF

Tints of Medium Orchid #AF60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 36.61%
G = 20.08%
B = 43.31%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF60CF (or 0xAF60CF) is known color: Medium Orchid. HEX triplet: AF, 60 and CF. RGB value is (175,96,207). Sum of RGB (Red+Green+Blue) = 175+96+207=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CF is #509F30. Grayscale: #838383. Windows color (decimal): -5283633 or 13590703. OLE color: 13590703.

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

Color convert

RGB 175 96 207 -
CMYK 0.15 0.54 0 0.19
HSL 282.7º 0.54% 0.59% -
HSV(B) 282.7º 0.54% 0.81% -
XYZ 33.12 21.98 61.53 -
YUV 132.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 175 96 207 0.15 0.54 0 0.19 282.7 0.54 0.59
Hex AF 60 CF F 36 0 13 11B 36 3B
Octal 257 140 317 17 66 0 23 433 66 73
Binary 10101111 1100000 11001111 1111 110110 0 10011 100011011 110110 111011

Color Harmonies of #AF60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60CF

Black with #AF60CF

Text Example


Text Example

White with #AF60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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