Html Css Color HEX #AF61D5 Medium Orchid

📋 copy color: '#AF61D5'

red 175 ◦ green 97 ◦ blue 213

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

Shades of Medium Orchid #AF61D5

Tints of Medium Orchid #AF61D5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 36.08%
G = 20%
B = 43.92%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF61D5 (or 0xAF61D5) is known color: Medium Orchid. HEX triplet: AF, 61 and D5. RGB value is (175,97,213). Sum of RGB (Red+Green+Blue) = 175+97+213=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF61D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61D5 is #509E2A. Grayscale: #858585. Windows color (decimal): -5283371 or 13984175. OLE color: 13984175.

HSL color Cylindrical-coordinate representation of color #AF61D5: hue angle of 280.34º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF61D5 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 97 213 -
CMYK 0.18 0.54 0 0.16
HSL 280.34º 0.58% 0.61% -
HSV(B) 280.34º 0.54% 0.84% -
XYZ 33.96 22.47 65.5 -
YUV 133.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 175 97 213 0.18 0.54 0 0.16 280.34 0.58 0.61
Hex AF 61 D5 12 36 0 10 118 3A 3D
Octal 257 141 325 22 66 0 20 430 72 75
Binary 10101111 1100001 11010101 10010 110110 0 10000 100011000 111010 111101

Color Harmonies of #AF61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61D5

Black with #AF61D5

Text Example


Text Example

White with #AF61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61D5; }

 p { color: rgb(175,97,213); }

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

background-color css

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

 a { background-color: rgb(175,97,213); }

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

border-color css

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

 span { border-color: rgb(175,97,213); }

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