Html Css Color HEX #AF61C2 Medium Orchid

📋 copy color: '#AF61C2'

red 175 ◦ green 97 ◦ blue 194

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

Shades of Medium Orchid #AF61C2

Tints of Medium Orchid #AF61C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 37.55%
G = 20.82%
B = 41.63%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF61C2 (or 0xAF61C2) is known color: Medium Orchid. HEX triplet: AF, 61 and C2. RGB value is (175,97,194). Sum of RGB (Red+Green+Blue) = 175+97+194=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF61C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C2 is #509E3D. Grayscale: #838383. Windows color (decimal): -5283390 or 12738991. OLE color: 12738991.

HSL color Cylindrical-coordinate representation of color #AF61C2: hue angle of 288.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF61C2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 97 194 -
CMYK 0.10 0.50 0 0.24
HSL 288.25º 0.44% 0.57% -
HSV(B) 288.25º 0.5% 0.76% -
XYZ 31.69 21.56 53.53 -
YUV 131.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 175 97 194 0.10 0.50 0 0.24 288.25 0.44 0.57
Hex AF 61 C2 A 32 0 18 120 2C 39
Octal 257 141 302 12 62 0 30 440 54 71
Binary 10101111 1100001 11000010 1010 110010 0 11000 100100000 101100 111001

Color Harmonies of #AF61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61C2

Black with #AF61C2

Text Example


Text Example

White with #AF61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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