Html Css Color HEX #AF61C8 Medium Orchid

📋 copy color: '#AF61C8'

red 175 ◦ green 97 ◦ blue 200

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

Shades of Medium Orchid #AF61C8

Tints of Medium Orchid #AF61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 37.08%
G = 20.55%
B = 42.37%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF61C8 (or 0xAF61C8) is known color: Medium Orchid. HEX triplet: AF, 61 and C8. RGB value is (175,97,200). Sum of RGB (Red+Green+Blue) = 175+97+200=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C8 is #509E37. Grayscale: #838383. Windows color (decimal): -5283384 or 13132207. OLE color: 13132207.

HSL color Cylindrical-coordinate representation of color #AF61C8: hue angle of 285.44º degrees, saturation: 0.48, 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 #AF61C8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 97 200 -
CMYK 0.12 0.52 0 0.22
HSL 285.44º 0.48% 0.58% -
HSV(B) 285.44º 0.52% 0.78% -
XYZ 32.38 21.83 57.15 -
YUV 132.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 175 97 200 0.12 0.52 0 0.22 285.44 0.48 0.58
Hex AF 61 C8 C 34 0 16 11D 30 3A
Octal 257 141 310 14 64 0 26 435 60 72
Binary 10101111 1100001 11001000 1100 110100 0 10110 100011101 110000 111010

Color Harmonies of #AF61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61C8

Black with #AF61C8

Text Example


Text Example

White with #AF61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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