Html Css Color HEX #A785F5 Medium Purple

📋 copy color: '#A785F5'

red 167 ◦ green 133 ◦ blue 245

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

Shades of Medium Purple #A785F5

Tints of Medium Purple #A785F5

RGB

 RED value IS 167 (65.63% from 255) = 30.64%

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

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

R = 30.64%
G = 24.4%
B = 44.95%

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

#A785F5 (or 0xA785F5) is known color: Medium Purple. HEX triplet: A7, 85 and F5. RGB value is (167,133,245). Sum of RGB (Red+Green+Blue) = 167+133+245=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #A785F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785F5 is #587A0A. Grayscale: #9B9B9B. Windows color (decimal): -5798411 or 16090535. OLE color: 16090535.

HSL color Cylindrical-coordinate representation of color #A785F5: hue angle of 258.21º 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 #A785F5 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 133 245 -
CMYK 0.32 0.46 0 0.04
HSL 258.21º 0.85% 0.74% -
HSV(B) 258.21º 0.46% 0.96% -
XYZ 40.81 31.58 90.33 -
YUV 155.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 167 133 245 0.32 0.46 0 0.04 258.21 0.85 0.74
Hex A7 85 F5 20 2E 0 4 102 55 4A
Octal 247 205 365 40 56 0 4 402 125 112
Binary 10100111 10000101 11110101 100000 101110 0 100 100000010 1010101 1001010

Color Harmonies of #A785F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785F5

Black with #A785F5

Text Example


Text Example

White with #A785F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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