Html Css Color HEX #A78FC4 Cold Purple

📋 copy color: '#A78FC4'

red 167 ◦ green 143 ◦ blue 196

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

Shades of Cold Purple #A78FC4

Tints of Cold Purple #A78FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 33%
G = 28.26%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A78FC4 (or 0xA78FC4) is known color: Cold Purple. HEX triplet: A7, 8F and C4. RGB value is (167,143,196). Sum of RGB (Red+Green+Blue) = 167+143+196=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #A78FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FC4 is #58703B. Grayscale: #9C9C9C. Windows color (decimal): -5795900 or 12881831. OLE color: 12881831.

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

Color convert

RGB 167 143 196 -
CMYK 0.15 0.27 0 0.23
HSL 267.17º 0.31% 0.66% -
HSV(B) 267.17º 0.27% 0.77% -
XYZ 35.72 31.85 56.49 -
YUV 156.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 167 143 196 0.15 0.27 0 0.23 267.17 0.31 0.66
Hex A7 8F C4 F 1B 0 17 10B 1F 42
Octal 247 217 304 17 33 0 27 413 37 102
Binary 10100111 10001111 11000100 1111 11011 0 10111 100001011 11111 1000010

Color Harmonies of #A78FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FC4

Black with #A78FC4

Text Example


Text Example

White with #A78FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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