Html Css Color HEX #AF6DBE Medium Orchid

📋 copy color: '#AF6DBE'

red 175 ◦ green 109 ◦ blue 190

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

Shades of Medium Orchid #AF6DBE

Tints of Medium Orchid #AF6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 36.92%
G = 23%
B = 40.08%

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

#AF6DBE (or 0xAF6DBE) is known color: Medium Orchid. HEX triplet: AF, 6D and BE. RGB value is (175,109,190). Sum of RGB (Red+Green+Blue) = 175+109+190=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBE is #509241. Grayscale: #898989. Windows color (decimal): -5280322 or 12479919. OLE color: 12479919.

HSL color Cylindrical-coordinate representation of color #AF6DBE: hue angle of 288.89º degrees, saturation: 0.38, 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 #AF6DBE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 109 190 -
CMYK 0.08 0.43 0 0.25
HSL 288.89º 0.38% 0.59% -
HSV(B) 288.89º 0.43% 0.75% -
XYZ 32.44 23.77 51.59 -
YUV 137.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 175 109 190 0.08 0.43 0 0.25 288.89 0.38 0.59
Hex AF 6D BE 8 2B 0 19 121 26 3B
Octal 257 155 276 10 53 0 31 441 46 73
Binary 10101111 1101101 10111110 1000 101011 0 11001 100100001 100110 111011

Color Harmonies of #AF6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DBE

Black with #AF6DBE

Text Example


Text Example

White with #AF6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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