#A693BF

Color #A693BF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A693BF

Tints of Cold Purple #A693BF

Color information

#A693BF (or 0xA693BF) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and BF. RGB value is (166,147,191). Sum of RGB (Red+Green+Blue) = 166+147+191=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A693BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BF is #596C40. Grayscale: #9D9D9D. Windows color (decimal): -5860417 or 12555174. OLE color: 12555174.

HSL color Cylindrical-coordinate representation of color #A693BF: hue angle of 265.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A693BF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166147191-
CMYK0.130.2300.25
HSL265.91º25.58%66.27%-
HSV(B)265.91º23.04%74.9%-
XYZ35.5632.7453.73-
YUV157.7146.79133.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 191 (75% from 255) = 37.90%
R=32.94%
G=29.17%
B=37.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661471910.130.2300.25265.9125.5866.27
HexA693BFD1701910a1a42
Octal246223277152703141232102
Binary101001101001001110111111110110111011001100001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693BF; }

 p { color: rgb(166,147,191); }

 H1.HeaderClassName
 {
   color: #A693BF;
 }
 .AnyTagClassName
 {
   color: #A693BF;
 }
</style>
background-color css

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

 a { background-color: rgb(166,147,191); }

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

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

 span { border-color: rgb(166,147,191); }

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