Html Css Color HEX #AF6DBF Medium Orchid

📋 copy color: '#AF6DBF'

red 175 ◦ green 109 ◦ blue 191

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

Shades of Medium Orchid #AF6DBF

Tints of Medium Orchid #AF6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 36.84%
G = 22.95%
B = 40.21%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF6DBF (or 0xAF6DBF) is known color: Medium Orchid. HEX triplet: AF, 6D and BF. RGB value is (175,109,191). Sum of RGB (Red+Green+Blue) = 175+109+191=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBF is #509240. Grayscale: #898989. Windows color (decimal): -5280321 or 12545455. OLE color: 12545455.

HSL color Cylindrical-coordinate representation of color #AF6DBF: hue angle of 288.29º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6DBF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 109 191 -
CMYK 0.08 0.43 0 0.25
HSL 288.29º 0.39% 0.59% -
HSV(B) 288.29º 0.43% 0.75% -
XYZ 32.55 23.81 52.17 -
YUV 138.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 175 109 191 0.08 0.43 0 0.25 288.29 0.39 0.59
Hex AF 6D BF 8 2B 0 19 120 27 3B
Octal 257 155 277 10 53 0 31 440 47 73
Binary 10101111 1101101 10111111 1000 101011 0 11001 100100000 100111 111011

Color Harmonies of #AF6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DBF

Black with #AF6DBF

Text Example


Text Example

White with #AF6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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