Html Css Color HEX #A294C4 Cold Purple

📋 copy color: '#A294C4'

red 162 ◦ green 148 ◦ blue 196

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

Shades of Cold Purple #A294C4

Tints of Cold Purple #A294C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 32.02%
G = 29.25%
B = 38.74%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A294C4 (or 0xA294C4) is known color: Cold Purple. HEX triplet: A2, 94 and C4. RGB value is (162,148,196). Sum of RGB (Red+Green+Blue) = 162+148+196=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #A294C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294C4 is #5D6B3B. Grayscale: #9D9D9D. Windows color (decimal): -6122300 or 12883106. OLE color: 12883106.

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

Color convert

RGB 162 148 196 -
CMYK 0.17 0.24 0 0.23
HSL 257.5º 0.29% 0.67% -
HSV(B) 257.5º 0.24% 0.77% -
XYZ 35.45 32.85 56.7 -
YUV 157.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 162 148 196 0.17 0.24 0 0.23 257.5 0.29 0.67
Hex A2 94 C4 11 18 0 17 102 1D 43
Octal 242 224 304 21 30 0 27 402 35 103
Binary 10100010 10010100 11000100 10001 11000 0 10111 100000010 11101 1000011

Color Harmonies of #A294C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294C4

Black with #A294C4

Text Example


Text Example

White with #A294C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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