#A892C2

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

Shades of Cold Purple #A892C2

Tints of Cold Purple #A892C2

Color information

#A892C2 (or 0xA892C2) is unknown color: approx Cold Purple. HEX triplet: A8, 92 and C2. RGB value is (168,146,194). Sum of RGB (Red+Green+Blue) = 168+146+194=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #A892C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892C2 is #576D3D. Grayscale: #9D9D9D. Windows color (decimal): -5729598 or 12751528. OLE color: 12751528.

HSL color Cylindrical-coordinate representation of color #A892C2: hue angle of 267.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A892C2 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168146194-
CMYK0.130.2500.24
HSL267.5º28.24%66.67%-
HSV(B)267.5º24.74%76.08%-
XYZ36.1632.7855.46-
YUV158.05148.29135.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=33.07%
G=28.74%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681461940.130.2500.24267.528.2466.67
HexA892C2D1901810c1c43
Octal250222302153103041434103
Binary101010001001001011000010110111001011000100001100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892C2; }

 p { color: rgb(168,146,194); }

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

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

 a { background-color: rgb(168,146,194); }

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

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

 span { border-color: rgb(168,146,194); }

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