Html Css Color HEX #AF6EC5 Medium Orchid

📋 copy color: '#AF6EC5'

red 175 ◦ green 110 ◦ blue 197

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

Shades of Medium Orchid #AF6EC5

Tints of Medium Orchid #AF6EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 36.31%
G = 22.82%
B = 40.87%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF6EC5 (or 0xAF6EC5) is known color: Medium Orchid. HEX triplet: AF, 6E and C5. RGB value is (175,110,197). Sum of RGB (Red+Green+Blue) = 175+110+197=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF6EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EC5 is #50913A. Grayscale: #8B8B8B. Windows color (decimal): -5280059 or 12938927. OLE color: 12938927.

HSL color Cylindrical-coordinate representation of color #AF6EC5: hue angle of 284.83º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6EC5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 110 197 -
CMYK 0.11 0.44 0 0.23
HSL 284.83º 0.43% 0.6% -
HSV(B) 284.83º 0.44% 0.77% -
XYZ 33.33 24.3 55.76 -
YUV 139.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 175 110 197 0.11 0.44 0 0.23 284.83 0.43 0.6
Hex AF 6E C5 B 2C 0 17 11D 2B 3C
Octal 257 156 305 13 54 0 27 435 53 74
Binary 10101111 1101110 11000101 1011 101100 0 10111 100011101 101011 111100

Color Harmonies of #AF6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EC5

Black with #AF6EC5

Text Example


Text Example

White with #AF6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EC5; }

 p { color: rgb(175,110,197); }

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

background-color css

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

 a { background-color: rgb(175,110,197); }

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

border-color css

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

 span { border-color: rgb(175,110,197); }

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