#A693BD

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

Shades of Cold Purple #A693BD

Tints of Cold Purple #A693BD

Color information

#A693BD (or 0xA693BD) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and BD. RGB value is (166,147,189). Sum of RGB (Red+Green+Blue) = 166+147+189=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A693BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BD is #596C42. Grayscale: #9D9D9D. Windows color (decimal): -5860419 or 12424102. OLE color: 12424102.

HSL color Cylindrical-coordinate representation of color #A693BD: hue angle of 267.14º degrees, saturation: 0.24, 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 #A693BD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166147189-
CMYK0.120.2200.26
HSL267.14º24.14%65.88%-
HSV(B)267.14º22.22%74.12%-
XYZ35.3432.6552.58-
YUV157.47145.79134.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=33.07%
G=29.28%
B=37.65%

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
Decimal1661471890.120.2200.26267.1424.1465.88
HexA693BDC1601A10b1842
Octal246223275142603241330102
Binary101001101001001110111101110010110011010100001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693BD; }

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

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

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

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

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

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

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

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