Html Css Color HEX #A440FD Blue Violet

📋 copy color: '#A440FD'

red 164 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #A440FD

Tints of Blue Violet #A440FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

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

R = 34.1%
G = 13.31%
B = 52.6%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A440FD (or 0xA440FD) is known color: Blue Violet. HEX triplet: A4, 40 and FD. RGB value is (164,64,253). Sum of RGB (Red+Green+Blue) = 164+64+253=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A440FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440FD is #5BBF02. Grayscale: #727272. Windows color (decimal): -6012675 or 16597156. OLE color: 16597156.

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

Color convert

RGB 164 64 253 -
CMYK 0.35 0.75 0 0.01
HSL 271.75º 0.98% 0.62% -
HSV(B) 271.75º 0.75% 0.99% -
XYZ 34.87 18.65 94.69 -
YUV 115.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 164 64 253 0.35 0.75 0 0.01 271.75 0.98 0.62
Hex A4 40 FD 23 4B 0 1 110 62 3E
Octal 244 100 375 43 113 0 1 420 142 76
Binary 10100100 1000000 11111101 100011 1001011 0 1 100010000 1100010 111110

Color Harmonies of #A440FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440FD

Black with #A440FD

Text Example


Text Example

White with #A440FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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