Html Css Color HEX #A78ACC Cold Purple

📋 copy color: '#A78ACC'

red 167 ◦ green 138 ◦ blue 204

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

Shades of Cold Purple #A78ACC

Tints of Cold Purple #A78ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 32.81%
G = 27.11%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A78ACC (or 0xA78ACC) is known color: Cold Purple. HEX triplet: A7, 8A and CC. RGB value is (167,138,204). Sum of RGB (Red+Green+Blue) = 167+138+204=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ACC is #587533. Grayscale: #999999. Windows color (decimal): -5797172 or 13404839. OLE color: 13404839.

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

Color convert

RGB 167 138 204 -
CMYK 0.18 0.32 0 0.2
HSL 266.36º 0.39% 0.67% -
HSV(B) 266.36º 0.32% 0.8% -
XYZ 35.92 30.75 61.17 -
YUV 154.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 167 138 204 0.18 0.32 0 0.2 266.36 0.39 0.67
Hex A7 8A CC 12 20 0 14 10A 27 43
Octal 247 212 314 22 40 0 24 412 47 103
Binary 10100111 10001010 11001100 10010 100000 0 10100 100001010 100111 1000011

Color Harmonies of #A78ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ACC

Black with #A78ACC

Text Example


Text Example

White with #A78ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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