Html Css Color HEX #AF6DC4 Medium Orchid

📋 copy color: '#AF6DC4'

red 175 ◦ green 109 ◦ blue 196

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

Shades of Medium Orchid #AF6DC4

Tints of Medium Orchid #AF6DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 36.46%
G = 22.71%
B = 40.83%

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

#AF6DC4 (or 0xAF6DC4) is known color: Medium Orchid. HEX triplet: AF, 6D and C4. RGB value is (175,109,196). Sum of RGB (Red+Green+Blue) = 175+109+196=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF6DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DC4 is #50923B. Grayscale: #8A8A8A. Windows color (decimal): -5280316 or 12873135. OLE color: 12873135.

HSL color Cylindrical-coordinate representation of color #AF6DC4: hue angle of 285.52º degrees, saturation: 0.42, 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 #AF6DC4 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 109 196 -
CMYK 0.11 0.44 0 0.23
HSL 285.52º 0.42% 0.6% -
HSV(B) 285.52º 0.44% 0.77% -
XYZ 33.11 24.04 55.12 -
YUV 138.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 175 109 196 0.11 0.44 0 0.23 285.52 0.42 0.6
Hex AF 6D C4 B 2C 0 17 11E 2A 3C
Octal 257 155 304 13 54 0 27 436 52 74
Binary 10101111 1101101 11000100 1011 101100 0 10111 100011110 101010 111100

Color Harmonies of #AF6DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DC4

Black with #AF6DC4

Text Example


Text Example

White with #AF6DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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