Html Css Color HEX #A78CCB Cold Purple

📋 copy color: '#A78CCB'

red 167 ◦ green 140 ◦ blue 203

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

Shades of Cold Purple #A78CCB

Tints of Cold Purple #A78CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 32.75%
G = 27.45%
B = 39.8%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78CCB (or 0xA78CCB) is known color: Cold Purple. HEX triplet: A7, 8C and CB. RGB value is (167,140,203). Sum of RGB (Red+Green+Blue) = 167+140+203=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A78CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCB is #587334. Grayscale: #9B9B9B. Windows color (decimal): -5796661 or 13339815. OLE color: 13339815.

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

Color convert

RGB 167 140 203 -
CMYK 0.18 0.31 0 0.20
HSL 265.71º 0.38% 0.67% -
HSV(B) 265.71º 0.31% 0.8% -
XYZ 36.09 31.28 60.64 -
YUV 155.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 167 140 203 0.18 0.31 0 0.20 265.71 0.38 0.67
Hex A7 8C CB 12 1F 0 14 10A 26 43
Octal 247 214 313 22 37 0 24 412 46 103
Binary 10100111 10001100 11001011 10010 11111 0 10100 100001010 100110 1000011

Color Harmonies of #A78CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CCB

Black with #A78CCB

Text Example


Text Example

White with #A78CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CCB; }

 p { color: rgb(167,140,203); }

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

background-color css

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

 a { background-color: rgb(167,140,203); }

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

border-color css

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

 span { border-color: rgb(167,140,203); }

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