#A693C4

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

Shades of Cold Purple #A693C4

Tints of Cold Purple #A693C4

Color information

#A693C4 (or 0xA693C4) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and C4. RGB value is (166,147,196). Sum of RGB (Red+Green+Blue) = 166+147+196=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #A693C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693C4 is #596C3B. Grayscale: #9E9E9E. Windows color (decimal): -5860412 or 12882854. OLE color: 12882854.

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

Color convert

RGB166147196-
CMYK0.150.2500.23
HSL263.27º29.34%67.25%-
HSV(B)263.27º25%76.86%-
XYZ36.1232.9656.68-
YUV158.27149.29133.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=32.61%
G=28.88%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661471960.150.2500.23263.2729.3467.25
HexA693C4F190171071d43
Octal246223304173102740735103
Binary101001101001001111000100111111001010111100000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693C4; }

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

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

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

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

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

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

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

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