Html Css Color HEX #A44294 Violet Blue

📋 copy color: '#A44294'

red 164 ◦ green 66 ◦ blue 148

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

Shades of Violet Blue #A44294

Tints of Violet Blue #A44294

RGB

 RED value IS 164 (64.45% from 255) = 43.39%

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 43.39%
G = 17.46%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A44294 (or 0xA44294) is known color: Violet Blue. HEX triplet: A4, 42 and 94. RGB value is (164,66,148). Sum of RGB (Red+Green+Blue) = 164+66+148=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A44294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44294 is #5BBD6B. Grayscale: #686868. Windows color (decimal): -6012268 or 9716388. OLE color: 9716388.

HSL color Cylindrical-coordinate representation of color #A44294: hue angle of 309.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44294 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 148 -
CMYK 0 0.60 0.10 0.36
HSL 309.8º 0.43% 0.45% -
HSV(B) 309.8º 0.6% 0.64% -
XYZ 22.6 13.93 29.51 -
YUV 104.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 164 66 148 0 0.60 0.10 0.36 309.8 0.43 0.45
Hex A4 42 94 0 3C A 24 136 2B 2D
Octal 244 102 224 0 74 12 44 466 53 55
Binary 10100100 1000010 10010100 0 111100 1010 100100 100110110 101011 101101

Color Harmonies of #A44294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44294

Black with #A44294

Text Example


Text Example

White with #A44294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44294; }

 p { color: rgb(164,66,148); }

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

background-color css

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

 a { background-color: rgb(164,66,148); }

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

border-color css

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

 span { border-color: rgb(164,66,148); }

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