Html Css Color HEX #A782CC Cold Purple

📋 copy color: '#A782CC'

red 167 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A782CC

Tints of Cold Purple #A782CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 33.33%
G = 25.95%
B = 40.72%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A782CC (or 0xA782CC) is known color: Cold Purple. HEX triplet: A7, 82 and CC. RGB value is (167,130,204). Sum of RGB (Red+Green+Blue) = 167+130+204=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A782CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CC is #587D33. Grayscale: #959595. Windows color (decimal): -5799220 or 13402791. OLE color: 13402791.

HSL color Cylindrical-coordinate representation of color #A782CC: hue angle of 270º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A782CC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 130 204 -
CMYK 0.18 0.36 0 0.2
HSL 270º 0.42% 0.65% -
HSV(B) 270º 0.36% 0.8% -
XYZ 34.82 28.54 60.8 -
YUV 149.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 167 130 204 0.18 0.36 0 0.2 270 0.42 0.65
Hex A7 82 CC 12 24 0 14 10E 2A 41
Octal 247 202 314 22 44 0 24 416 52 101
Binary 10100111 10000010 11001100 10010 100100 0 10100 100001110 101010 1000001

Color Harmonies of #A782CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782CC

Black with #A782CC

Text Example


Text Example

White with #A782CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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