#A693BE

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

Shades of Cold Purple #A693BE

Tints of Cold Purple #A693BE

Color information

#A693BE (or 0xA693BE) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and BE. RGB value is (166,147,190). Sum of RGB (Red+Green+Blue) = 166+147+190=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A693BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BE is #596C41. Grayscale: #9D9D9D. Windows color (decimal): -5860418 or 12489638. OLE color: 12489638.

HSL color Cylindrical-coordinate representation of color #A693BE: hue angle of 266.51º degrees, saturation: 0.25, 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 #A693BE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166147190-
CMYK0.130.2300.25
HSL266.51º24.86%66.08%-
HSV(B)266.51º22.63%74.51%-
XYZ35.4532.6953.16-
YUV157.58146.29134-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=33.00%
G=29.22%
B=37.77%

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
Decimal1661471900.130.2300.25266.5124.8666.08
HexA693BED1701910b1942
Octal246223276152703141331102
Binary101001101001001110111110110110111011001100001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693BE; }

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

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

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

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

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

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

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

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