Html Css Color HEX #A685E9 Medium Purple

📋 copy color: '#A685E9'

red 166 ◦ green 133 ◦ blue 233

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

Shades of Medium Purple #A685E9

Tints of Medium Purple #A685E9

RGB

 RED value IS 166 (65.23% from 255) = 31.2%

 GREEN value IS 133 (52.34% from 255) = 25%

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 31.2%
G = 25%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A685E9 (or 0xA685E9) is known color: Medium Purple. HEX triplet: A6, 85 and E9. RGB value is (166,133,233). Sum of RGB (Red+Green+Blue) = 166+133+233=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A685E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685E9 is #597A16. Grayscale: #999999. Windows color (decimal): -5863959 or 15304102. OLE color: 15304102.

HSL color Cylindrical-coordinate representation of color #A685E9: hue angle of 259.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A685E9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 133 233 -
CMYK 0.29 0.43 0 0.09
HSL 259.8º 0.69% 0.72% -
HSV(B) 259.8º 0.43% 0.91% -
XYZ 38.82 30.77 80.98 -
YUV 154.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 166 133 233 0.29 0.43 0 0.09 259.8 0.69 0.72
Hex A6 85 E9 1D 2B 0 9 104 45 48
Octal 246 205 351 35 53 0 11 404 105 110
Binary 10100110 10000101 11101001 11101 101011 0 1001 100000100 1000101 1001000

Color Harmonies of #A685E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685E9

Black with #A685E9

Text Example


Text Example

White with #A685E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685E9; }

 p { color: rgb(166,133,233); }

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

background-color css

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

 a { background-color: rgb(166,133,233); }

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

border-color css

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

 span { border-color: rgb(166,133,233); }

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