Html Css Color HEX #A780D1 Cold Purple

📋 copy color: '#A780D1'

red 167 ◦ green 128 ◦ blue 209

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

Shades of Cold Purple #A780D1

Tints of Cold Purple #A780D1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 33.13%
G = 25.4%
B = 41.47%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A780D1 (or 0xA780D1) is known color: Cold Purple. HEX triplet: A7, 80 and D1. RGB value is (167,128,209). Sum of RGB (Red+Green+Blue) = 167+128+209=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A780D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780D1 is #587F2E. Grayscale: #949494. Windows color (decimal): -5799727 or 13729959. OLE color: 13729959.

HSL color Cylindrical-coordinate representation of color #A780D1: hue angle of 268.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A780D1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 128 209 -
CMYK 0.20 0.39 0 0.18
HSL 268.89º 0.47% 0.66% -
HSV(B) 268.89º 0.39% 0.82% -
XYZ 35.16 28.26 63.92 -
YUV 148.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 167 128 209 0.20 0.39 0 0.18 268.89 0.47 0.66
Hex A7 80 D1 14 27 0 12 10D 2F 42
Octal 247 200 321 24 47 0 22 415 57 102
Binary 10100111 10000000 11010001 10100 100111 0 10010 100001101 101111 1000010

Color Harmonies of #A780D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780D1

Black with #A780D1

Text Example


Text Example

White with #A780D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780D1; }

 p { color: rgb(167,128,209); }

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

background-color css

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

 a { background-color: rgb(167,128,209); }

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

border-color css

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

 span { border-color: rgb(167,128,209); }

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