Html Css Color HEX #A644FF Blue Violet

📋 copy color: '#A644FF'

red 166 ◦ green 68 ◦ blue 255

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

Shades of Blue Violet #A644FF

Tints of Blue Violet #A644FF

RGB

 RED value IS 166 (65.23% from 255) = 33.95%

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

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

R = 33.95%
G = 13.91%
B = 52.15%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A644FF (or 0xA644FF) is known color: Blue Violet. HEX triplet: A6, 44 and FF. RGB value is (166,68,255). Sum of RGB (Red+Green+Blue) = 166+68+255=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A644FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644FF is #59BB00. Grayscale: #757575. Windows color (decimal): -5880577 or 16729254. OLE color: 16729254.

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

Color convert

RGB 166 68 255 -
CMYK 0.35 0.73 0 0
HSL 271.44º 1% 0.63% -
HSV(B) 271.44º 0.73% 1% -
XYZ 35.84 19.46 96.48 -
YUV 118.62 204.97 161.79 -
System Red Green Blue C M Y K H S L
Decimal 166 68 255 0.35 0.73 0 0 271.44 1 0.63
Hex A6 44 FF 23 49 0 0 10F 64 3F
Octal 246 104 377 43 111 0 0 417 144 77
Binary 10100110 1000100 11111111 100011 1001001 0 0 100001111 1100100 111111

Color Harmonies of #A644FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644FF

Black with #A644FF

Text Example


Text Example

White with #A644FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644FF; }

 p { color: rgb(166,68,255); }

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

background-color css

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

 a { background-color: rgb(166,68,255); }

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

border-color css

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

 span { border-color: rgb(166,68,255); }

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