Html Css Color HEX #AF61CE Medium Orchid

📋 copy color: '#AF61CE'

red 175 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #AF61CE

Tints of Medium Orchid #AF61CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 36.61%
G = 20.29%
B = 43.1%

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

#AF61CE (or 0xAF61CE) is known color: Medium Orchid. HEX triplet: AF, 61 and CE. RGB value is (175,97,206). Sum of RGB (Red+Green+Blue) = 175+97+206=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61CE is #509E31. Grayscale: #848484. Windows color (decimal): -5283378 or 13525423. OLE color: 13525423.

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

Color convert

RGB 175 97 206 -
CMYK 0.15 0.53 0 0.19
HSL 282.94º 0.53% 0.59% -
HSV(B) 282.94º 0.53% 0.81% -
XYZ 33.09 22.12 60.92 -
YUV 132.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 175 97 206 0.15 0.53 0 0.19 282.94 0.53 0.59
Hex AF 61 CE F 35 0 13 11B 35 3B
Octal 257 141 316 17 65 0 23 433 65 73
Binary 10101111 1100001 11001110 1111 110101 0 10011 100011011 110101 111011

Color Harmonies of #AF61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61CE

Black with #AF61CE

Text Example


Text Example

White with #AF61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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