Html Css Color HEX #A685F5 Medium Purple

📋 copy color: '#A685F5'

red 166 ◦ green 133 ◦ blue 245

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

Shades of Medium Purple #A685F5

Tints of Medium Purple #A685F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.04%

R = 30.51%
G = 24.45%
B = 45.04%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A685F5 (or 0xA685F5) is known color: Medium Purple. HEX triplet: A6, 85 and F5. RGB value is (166,133,245). Sum of RGB (Red+Green+Blue) = 166+133+245=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #A685F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685F5 is #597A0A. Grayscale: #9B9B9B. Windows color (decimal): -5863947 or 16090534. OLE color: 16090534.

HSL color Cylindrical-coordinate representation of color #A685F5: hue angle of 257.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A685F5 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 133 245 -
CMYK 0.32 0.46 0 0.04
HSL 257.68º 0.85% 0.74% -
HSV(B) 257.68º 0.46% 0.96% -
XYZ 40.59 31.47 90.32 -
YUV 155.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 166 133 245 0.32 0.46 0 0.04 257.68 0.85 0.74
Hex A6 85 F5 20 2E 0 4 102 55 4A
Octal 246 205 365 40 56 0 4 402 125 112
Binary 10100110 10000101 11110101 100000 101110 0 100 100000010 1010101 1001010

Color Harmonies of #A685F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685F5

Black with #A685F5

Text Example


Text Example

White with #A685F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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