Html Css Color HEX #AF60D9 Medium Orchid

📋 copy color: '#AF60D9'

red 175 ◦ green 96 ◦ blue 217

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

Shades of Medium Orchid #AF60D9

Tints of Medium Orchid #AF60D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.47%

R = 35.86%
G = 19.67%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF60D9 (or 0xAF60D9) is known color: Medium Orchid. HEX triplet: AF, 60 and D9. RGB value is (175,96,217). Sum of RGB (Red+Green+Blue) = 175+96+217=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF60D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60D9 is #509F26. Grayscale: #858585. Windows color (decimal): -5283623 or 14246063. OLE color: 14246063.

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

Color convert

RGB 175 96 217 -
CMYK 0.19 0.56 0 0.15
HSL 279.17º 0.61% 0.61% -
HSV(B) 279.17º 0.56% 0.85% -
XYZ 34.39 22.49 68.17 -
YUV 133.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 175 96 217 0.19 0.56 0 0.15 279.17 0.61 0.61
Hex AF 60 D9 13 38 0 F 117 3D 3D
Octal 257 140 331 23 70 0 17 427 75 75
Binary 10101111 1100000 11011001 10011 111000 0 1111 100010111 111101 111101

Color Harmonies of #AF60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60D9

Black with #AF60D9

Text Example


Text Example

White with #AF60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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