#A68CC4

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

Shades of Cold Purple #A68CC4

Tints of Cold Purple #A68CC4

Color information

#A68CC4 (or 0xA68CC4) is unknown color: approx Cold Purple. HEX triplet: A6, 8C and C4. RGB value is (166,140,196). Sum of RGB (Red+Green+Blue) = 166+140+196=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #A68CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CC4 is #59733B. Grayscale: #999999. Windows color (decimal): -5862204 or 12881062. OLE color: 12881062.

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

Color convert

RGB166140196-
CMYK0.150.2900.23
HSL267.86º32.18%65.88%-
HSV(B)267.86º28.57%76.86%-
XYZ35.0730.8556.33-
YUV154.16151.61136.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=33.07%
G=27.89%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661401960.150.2900.23267.8632.1865.88
HexA68CC4F1D01710c2042
Octal246214304173502741440102
Binary1010011010001100110001001111111010101111000011001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CC4; }

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

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

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

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

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

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

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

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