Html Css Color HEX #AF6DC6 Medium Orchid

📋 copy color: '#AF6DC6'

red 175 ◦ green 109 ◦ blue 198

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

Shades of Medium Orchid #AF6DC6

Tints of Medium Orchid #AF6DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.61%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 36.31%
G = 22.61%
B = 41.08%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF6DC6 (or 0xAF6DC6) is known color: Medium Orchid. HEX triplet: AF, 6D and C6. RGB value is (175,109,198). Sum of RGB (Red+Green+Blue) = 175+109+198=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF6DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DC6 is #509239. Grayscale: #8A8A8A. Windows color (decimal): -5280314 or 13004207. OLE color: 13004207.

HSL color Cylindrical-coordinate representation of color #AF6DC6: hue angle of 284.49º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6DC6 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 109 198 -
CMYK 0.12 0.45 0 0.22
HSL 284.49º 0.44% 0.6% -
HSV(B) 284.49º 0.45% 0.78% -
XYZ 33.34 24.13 56.33 -
YUV 138.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 175 109 198 0.12 0.45 0 0.22 284.49 0.44 0.6
Hex AF 6D C6 C 2D 0 16 11C 2C 3C
Octal 257 155 306 14 55 0 26 434 54 74
Binary 10101111 1101101 11000110 1100 101101 0 10110 100011100 101100 111100

Color Harmonies of #AF6DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DC6

Black with #AF6DC6

Text Example


Text Example

White with #AF6DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DC6; }

 p { color: rgb(175,109,198); }

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

background-color css

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

 a { background-color: rgb(175,109,198); }

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

border-color css

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

 span { border-color: rgb(175,109,198); }

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