Html Css Color HEX #A78FC8 Cold Purple

📋 copy color: '#A78FC8'

red 167 ◦ green 143 ◦ blue 200

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

Shades of Cold Purple #A78FC8

Tints of Cold Purple #A78FC8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.04%

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 32.75%
G = 28.04%
B = 39.22%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A78FC8 (or 0xA78FC8) is known color: Cold Purple. HEX triplet: A7, 8F and C8. RGB value is (167,143,200). Sum of RGB (Red+Green+Blue) = 167+143+200=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #A78FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FC8 is #587037. Grayscale: #9C9C9C. Windows color (decimal): -5795896 or 13143975. OLE color: 13143975.

HSL color Cylindrical-coordinate representation of color #A78FC8: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78FC8 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 143 200 -
CMYK 0.16 0.28 0 0.22
HSL 265.26º 0.34% 0.67% -
HSV(B) 265.26º 0.29% 0.78% -
XYZ 36.18 32.03 58.92 -
YUV 156.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 167 143 200 0.16 0.28 0 0.22 265.26 0.34 0.67
Hex A7 8F C8 10 1C 0 16 109 22 43
Octal 247 217 310 20 34 0 26 411 42 103
Binary 10100111 10001111 11001000 10000 11100 0 10110 100001001 100010 1000011

Color Harmonies of #A78FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FC8

Black with #A78FC8

Text Example


Text Example

White with #A78FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FC8; }

 p { color: rgb(167,143,200); }

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

background-color css

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

 a { background-color: rgb(167,143,200); }

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

border-color css

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

 span { border-color: rgb(167,143,200); }

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