Html Css Color HEX #A441FA Blue Violet

📋 copy color: '#A441FA'

red 164 ◦ green 65 ◦ blue 250

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

Shades of Blue Violet #A441FA

Tints of Blue Violet #A441FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 34.24%
G = 13.57%
B = 52.19%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A441FA (or 0xA441FA) is known color: Blue Violet. HEX triplet: A4, 41 and FA. RGB value is (164,65,250). Sum of RGB (Red+Green+Blue) = 164+65+250=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #A441FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441FA is #5BBE05. Grayscale: #737373. Windows color (decimal): -6012422 or 16400804. OLE color: 16400804.

HSL color Cylindrical-coordinate representation of color #A441FA: hue angle of 272.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A441FA is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 65 250 -
CMYK 0.34 0.74 0 0.02
HSL 272.11º 0.95% 0.62% -
HSV(B) 272.11º 0.74% 0.98% -
XYZ 34.46 18.58 92.21 -
YUV 115.69 203.8 162.46 -
System Red Green Blue C M Y K H S L
Decimal 164 65 250 0.34 0.74 0 0.02 272.11 0.95 0.62
Hex A4 41 FA 22 4A 0 2 110 5F 3E
Octal 244 101 372 42 112 0 2 420 137 76
Binary 10100100 1000001 11111010 100010 1001010 0 10 100010000 1011111 111110

Color Harmonies of #A441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441FA

Black with #A441FA

Text Example


Text Example

White with #A441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441FA; }

 p { color: rgb(164,65,250); }

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

background-color css

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

 a { background-color: rgb(164,65,250); }

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

border-color css

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

 span { border-color: rgb(164,65,250); }

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