Html Css Color HEX #AF61CF Medium Orchid

📋 copy color: '#AF61CF'

red 175 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #AF61CF

Tints of Medium Orchid #AF61CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 36.53%
G = 20.25%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF61CF (or 0xAF61CF) is known color: Medium Orchid. HEX triplet: AF, 61 and CF. RGB value is (175,97,207). Sum of RGB (Red+Green+Blue) = 175+97+207=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF61CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61CF is #509E30. Grayscale: #848484. Windows color (decimal): -5283377 or 13590959. OLE color: 13590959.

HSL color Cylindrical-coordinate representation of color #AF61CF: hue angle of 282.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF61CF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 97 207 -
CMYK 0.15 0.53 0 0.19
HSL 282.55º 0.53% 0.6% -
HSV(B) 282.55º 0.53% 0.81% -
XYZ 33.22 22.17 61.56 -
YUV 132.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 175 97 207 0.15 0.53 0 0.19 282.55 0.53 0.6
Hex AF 61 CF F 35 0 13 11B 35 3C
Octal 257 141 317 17 65 0 23 433 65 74
Binary 10101111 1100001 11001111 1111 110101 0 10011 100011011 110101 111100

Color Harmonies of #AF61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61CF

Black with #AF61CF

Text Example


Text Example

White with #AF61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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