#A693BC

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

Shades of Cold Purple #A693BC

Tints of Cold Purple #A693BC

Color information

#A693BC (or 0xA693BC) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and BC. RGB value is (166,147,188). Sum of RGB (Red+Green+Blue) = 166+147+188=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A693BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BC is #596C43. Grayscale: #9D9D9D. Windows color (decimal): -5860420 or 12358566. OLE color: 12358566.

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

Color convert

RGB166147188-
CMYK0.120.2200.26
HSL267.8º23.43%65.69%-
HSV(B)267.8º21.81%73.73%-
XYZ35.2432.6152.01-
YUV157.36145.29134.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=33.13%
G=29.34%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661471880.120.2200.26267.823.4365.69
HexA693BCC1601A10c1742
Octal246223274142603241427102
Binary101001101001001110111100110010110011010100001100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693BC; }

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

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

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

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

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

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

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

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