Html Css Color HEX #A78EC3 Cold Purple

📋 copy color: '#A78EC3'

red 167 ◦ green 142 ◦ blue 195

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

Shades of Cold Purple #A78EC3

Tints of Cold Purple #A78EC3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 33.13%
G = 28.17%
B = 38.69%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A78EC3 (or 0xA78EC3) is known color: Cold Purple. HEX triplet: A7, 8E and C3. RGB value is (167,142,195). Sum of RGB (Red+Green+Blue) = 167+142+195=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #A78EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EC3 is #58713C. Grayscale: #9B9B9B. Windows color (decimal): -5796157 or 12816039. OLE color: 12816039.

HSL color Cylindrical-coordinate representation of color #A78EC3: hue angle of 268.3º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A78EC3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 142 195 -
CMYK 0.14 0.27 0 0.24
HSL 268.3º 0.31% 0.66% -
HSV(B) 268.3º 0.27% 0.76% -
XYZ 35.46 31.5 55.84 -
YUV 155.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 167 142 195 0.14 0.27 0 0.24 268.3 0.31 0.66
Hex A7 8E C3 E 1B 0 18 10C 1F 42
Octal 247 216 303 16 33 0 30 414 37 102
Binary 10100111 10001110 11000011 1110 11011 0 11000 100001100 11111 1000010

Color Harmonies of #A78EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78EC3

Black with #A78EC3

Text Example


Text Example

White with #A78EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78EC3; }

 p { color: rgb(167,142,195); }

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

background-color css

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

 a { background-color: rgb(167,142,195); }

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

border-color css

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

 span { border-color: rgb(167,142,195); }

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