Html Css Color HEX #AF61C9 Medium Orchid

📋 copy color: '#AF61C9'

red 175 ◦ green 97 ◦ blue 201

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

Shades of Medium Orchid #AF61C9

Tints of Medium Orchid #AF61C9

RGB

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

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

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

R = 37%
G = 20.51%
B = 42.49%

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

#AF61C9 (or 0xAF61C9) is known color: Medium Orchid. HEX triplet: AF, 61 and C9. RGB value is (175,97,201). Sum of RGB (Red+Green+Blue) = 175+97+201=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF61C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C9 is #509E36. Grayscale: #838383. Windows color (decimal): -5283383 or 13197743. OLE color: 13197743.

HSL color Cylindrical-coordinate representation of color #AF61C9: hue angle of 285º 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 #AF61C9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 97 201 -
CMYK 0.13 0.52 0 0.21
HSL 285º 0.49% 0.58% -
HSV(B) 285º 0.52% 0.79% -
XYZ 32.5 21.88 57.77 -
YUV 132.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 175 97 201 0.13 0.52 0 0.21 285 0.49 0.58
Hex AF 61 C9 D 34 0 15 11D 31 3A
Octal 257 141 311 15 64 0 25 435 61 72
Binary 10101111 1100001 11001001 1101 110100 0 10101 100011101 110001 111010

Color Harmonies of #AF61C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61C9

Black with #AF61C9

Text Example


Text Example

White with #AF61C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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