Html Css Color HEX #A782ED Medium Purple

📋 copy color: '#A782ED'

red 167 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #A782ED

Tints of Medium Purple #A782ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 31.27%
G = 24.34%
B = 44.38%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A782ED (or 0xA782ED) is known color: Medium Purple. HEX triplet: A7, 82 and ED. RGB value is (167,130,237). Sum of RGB (Red+Green+Blue) = 167+130+237=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A782ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782ED is #587D12. Grayscale: #989898. Windows color (decimal): -5799187 or 15565479. OLE color: 15565479.

HSL color Cylindrical-coordinate representation of color #A782ED: hue angle of 260.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A782ED is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 130 237 -
CMYK 0.30 0.45 0 0.07
HSL 260.75º 0.75% 0.72% -
HSV(B) 260.75º 0.45% 0.93% -
XYZ 39.21 30.3 83.9 -
YUV 153.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 167 130 237 0.30 0.45 0 0.07 260.75 0.75 0.72
Hex A7 82 ED 1E 2D 0 7 105 4B 48
Octal 247 202 355 36 55 0 7 405 113 110
Binary 10100111 10000010 11101101 11110 101101 0 111 100000101 1001011 1001000

Color Harmonies of #A782ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782ED

Black with #A782ED

Text Example


Text Example

White with #A782ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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