Html Css Color HEX #A78BCB Cold Purple

📋 copy color: '#A78BCB'

red 167 ◦ green 139 ◦ blue 203

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

Shades of Cold Purple #A78BCB

Tints of Cold Purple #A78BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 32.81%
G = 27.31%
B = 39.88%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78BCB (or 0xA78BCB) is known color: Cold Purple. HEX triplet: A7, 8B and CB. RGB value is (167,139,203). Sum of RGB (Red+Green+Blue) = 167+139+203=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A78BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BCB is #587434. Grayscale: #9A9A9A. Windows color (decimal): -5796917 or 13339559. OLE color: 13339559.

HSL color Cylindrical-coordinate representation of color #A78BCB: hue angle of 266.25º degrees, saturation: 0.38, 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 #A78BCB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 139 203 -
CMYK 0.18 0.32 0 0.20
HSL 266.25º 0.38% 0.67% -
HSV(B) 266.25º 0.32% 0.8% -
XYZ 35.95 30.99 60.59 -
YUV 154.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 167 139 203 0.18 0.32 0 0.20 266.25 0.38 0.67
Hex A7 8B CB 12 20 0 14 10A 26 43
Octal 247 213 313 22 40 0 24 412 46 103
Binary 10100111 10001011 11001011 10010 100000 0 10100 100001010 100110 1000011

Color Harmonies of #A78BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BCB

Black with #A78BCB

Text Example


Text Example

White with #A78BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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