Html Css Color HEX #A441FF Blue Violet

📋 copy color: '#A441FF'

red 164 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #A441FF

Tints of Blue Violet #A441FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 33.88%
G = 13.43%
B = 52.69%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A441FF (or 0xA441FF) is known color: Blue Violet. HEX triplet: A4, 41 and FF. RGB value is (164,65,255). Sum of RGB (Red+Green+Blue) = 164+65+255=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #A441FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441FF is #5BBE00. Grayscale: #737373. Windows color (decimal): -6012417 or 16728484. OLE color: 16728484.

HSL color Cylindrical-coordinate representation of color #A441FF: hue angle of 271.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A441FF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 65 255 -
CMYK 0.36 0.75 0 0
HSL 271.26º 1% 0.63% -
HSV(B) 271.26º 0.75% 1% -
XYZ 35.25 18.89 96.4 -
YUV 116.26 206.3 162.05 -
System Red Green Blue C M Y K H S L
Decimal 164 65 255 0.36 0.75 0 0 271.26 1 0.63
Hex A4 41 FF 24 4B 0 0 10F 64 3F
Octal 244 101 377 44 113 0 0 417 144 77
Binary 10100100 1000001 11111111 100100 1001011 0 0 100001111 1100100 111111

Color Harmonies of #A441FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441FF

Black with #A441FF

Text Example


Text Example

White with #A441FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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