Html Css Color HEX #A449FD Blue Violet

📋 copy color: '#A449FD'

red 164 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #A449FD

Tints of Blue Violet #A449FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

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

R = 33.47%
G = 14.9%
B = 51.63%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A449FD (or 0xA449FD) is known color: Blue Violet. HEX triplet: A4, 49 and FD. RGB value is (164,73,253). Sum of RGB (Red+Green+Blue) = 164+73+253=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #A449FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449FD is #5BB602. Grayscale: #787878. Windows color (decimal): -6010371 or 16599460. OLE color: 16599460.

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

Color convert

RGB 164 73 253 -
CMYK 0.35 0.71 0 0.01
HSL 270.33º 0.98% 0.64% -
HSV(B) 270.33º 0.71% 0.99% -
XYZ 35.42 19.75 94.87 -
YUV 120.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 164 73 253 0.35 0.71 0 0.01 270.33 0.98 0.64
Hex A4 49 FD 23 47 0 1 10E 62 40
Octal 244 111 375 43 107 0 1 416 142 100
Binary 10100100 1001001 11111101 100011 1000111 0 1 100001110 1100010 1000000

Color Harmonies of #A449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449FD

Black with #A449FD

Text Example


Text Example

White with #A449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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