Html Css Color HEX #A444FD Blue Violet

📋 copy color: '#A444FD'

red 164 ◦ green 68 ◦ blue 253

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

Shades of Blue Violet #A444FD

Tints of Blue Violet #A444FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.02%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 33.81%
G = 14.02%
B = 52.16%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A444FD (or 0xA444FD) is known color: Blue Violet. HEX triplet: A4, 44 and FD. RGB value is (164,68,253). Sum of RGB (Red+Green+Blue) = 164+68+253=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #A444FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444FD is #5BBB02. Grayscale: #757575. Windows color (decimal): -6011651 or 16598180. OLE color: 16598180.

HSL color Cylindrical-coordinate representation of color #A444FD: hue angle of 271.14º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A444FD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 68 253 -
CMYK 0.35 0.73 0 0.01
HSL 271.14º 0.98% 0.63% -
HSV(B) 271.14º 0.73% 0.99% -
XYZ 35.11 19.12 94.77 -
YUV 117.79 204.3 160.96 -
System Red Green Blue C M Y K H S L
Decimal 164 68 253 0.35 0.73 0 0.01 271.14 0.98 0.63
Hex A4 44 FD 23 49 0 1 10F 62 3F
Octal 244 104 375 43 111 0 1 417 142 77
Binary 10100100 1000100 11111101 100011 1001001 0 1 100001111 1100010 111111

Color Harmonies of #A444FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444FD

Black with #A444FD

Text Example


Text Example

White with #A444FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444FD; }

 p { color: rgb(164,68,253); }

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

background-color css

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

 a { background-color: rgb(164,68,253); }

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

border-color css

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

 span { border-color: rgb(164,68,253); }

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