Html Css Color HEX #AF61C6 Medium Orchid

📋 copy color: '#AF61C6'

red 175 ◦ green 97 ◦ blue 198

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

Shades of Medium Orchid #AF61C6

Tints of Medium Orchid #AF61C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 37.23%
G = 20.64%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF61C6 (or 0xAF61C6) is known color: Medium Orchid. HEX triplet: AF, 61 and C6. RGB value is (175,97,198). Sum of RGB (Red+Green+Blue) = 175+97+198=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C6 is #509E39. Grayscale: #838383. Windows color (decimal): -5283386 or 13001135. OLE color: 13001135.

HSL color Cylindrical-coordinate representation of color #AF61C6: hue angle of 286.34º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF61C6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 97 198 -
CMYK 0.12 0.51 0 0.22
HSL 286.34º 0.47% 0.58% -
HSV(B) 286.34º 0.51% 0.78% -
XYZ 32.15 21.74 55.93 -
YUV 131.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 175 97 198 0.12 0.51 0 0.22 286.34 0.47 0.58
Hex AF 61 C6 C 33 0 16 11E 2F 3A
Octal 257 141 306 14 63 0 26 436 57 72
Binary 10101111 1100001 11000110 1100 110011 0 10110 100011110 101111 111010

Color Harmonies of #AF61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61C6

Black with #AF61C6

Text Example


Text Example

White with #AF61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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