Html Css Color HEX #A782E5 Medium Purple

📋 copy color: '#A782E5'

red 167 ◦ green 130 ◦ blue 229

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

Shades of Medium Purple #A782E5

Tints of Medium Purple #A782E5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.71%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 31.75%
G = 24.71%
B = 43.54%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A782E5 (or 0xA782E5) is known color: Medium Purple. HEX triplet: A7, 82 and E5. RGB value is (167,130,229). Sum of RGB (Red+Green+Blue) = 167+130+229=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A782E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782E5 is #587D1A. Grayscale: #979797. Windows color (decimal): -5799195 or 15041191. OLE color: 15041191.

HSL color Cylindrical-coordinate representation of color #A782E5: hue angle of 262.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A782E5 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 130 229 -
CMYK 0.27 0.43 0 0.10
HSL 262.42º 0.66% 0.7% -
HSV(B) 262.42º 0.43% 0.9% -
XYZ 38.06 29.84 77.88 -
YUV 152.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 167 130 229 0.27 0.43 0 0.10 262.42 0.66 0.7
Hex A7 82 E5 1B 2B 0 A 106 42 46
Octal 247 202 345 33 53 0 12 406 102 106
Binary 10100111 10000010 11100101 11011 101011 0 1010 100000110 1000010 1000110

Color Harmonies of #A782E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782E5

Black with #A782E5

Text Example


Text Example

White with #A782E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782E5; }

 p { color: rgb(167,130,229); }

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

background-color css

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

 a { background-color: rgb(167,130,229); }

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

border-color css

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

 span { border-color: rgb(167,130,229); }

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