#A68ACD

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

Shades of Cold Purple #A68ACD

Tints of Cold Purple #A68ACD

Color information

#A68ACD (or 0xA68ACD) is unknown color: approx Cold Purple. HEX triplet: A6, 8A and CD. RGB value is (166,138,205). Sum of RGB (Red+Green+Blue) = 166+138+205=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ACD is #597532. Grayscale: #999999. Windows color (decimal): -5862707 or 13470374. OLE color: 13470374.

HSL color Cylindrical-coordinate representation of color #A68ACD: hue angle of 265.07º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68ACD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166138205-
CMYK0.190.3300.20
HSL265.07º40.12%67.25%-
HSV(B)265.07º32.68%80.39%-
XYZ35.8330.6961.79-
YUV154.01156.78136.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=32.61%
G=27.11%
B=40.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661382050.190.3300.20265.0740.1267.25
HexA68ACD13210141092843
Octal246212315234102441150103
Binary101001101000101011001101100111000010101001000010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ACD; }

 p { color: rgb(166,138,205); }

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

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

 a { background-color: rgb(166,138,205); }

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

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

 span { border-color: rgb(166,138,205); }

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