Html Css Color HEX #A294B3 Cold Purple

📋 copy color: '#A294B3'

red 162 ◦ green 148 ◦ blue 179

#A294B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A294B3

Tints of Cold Purple #A294B3

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

 GREEN value IS 148 (58.2% from 255) = 30.27%

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 33.13%
G = 30.27%
B = 36.61%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A294B3 (or 0xA294B3) is known color: Cold Purple. HEX triplet: A2, 94 and B3. RGB value is (162,148,179). Sum of RGB (Red+Green+Blue) = 162+148+179=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A294B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294B3 is #5D6B4C. Grayscale: #9B9B9B. Windows color (decimal): -6122317 or 11768994. OLE color: 11768994.

HSL color Cylindrical-coordinate representation of color #A294B3: hue angle of 267.1º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A294B3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 148 179 -
CMYK 0.09 0.17 0 0.30
HSL 267.1º 0.17% 0.64% -
HSV(B) 267.1º 0.17% 0.7% -
XYZ 33.63 32.12 47.07 -
YUV 155.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 162 148 179 0.09 0.17 0 0.30 267.1 0.17 0.64
Hex A2 94 B3 9 11 0 1E 10B 11 40
Octal 242 224 263 11 21 0 36 413 21 100
Binary 10100010 10010100 10110011 1001 10001 0 11110 100001011 10001 1000000

Color Harmonies of #A294B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294B3

Black with #A294B3

Text Example


Text Example

White with #A294B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294B3; }

 p { color: rgb(162,148,179); }

 H1.HeaderClassName
 {
   color: #A294B3;
 }
 .AnyTagClassName
 {
   color: #A294B3;
 }
</style>

background-color css

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

 a { background-color: rgb(162,148,179); }

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

border-color css

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

 span { border-color: rgb(162,148,179); }

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