Html Css Color HEX #A44CFF Blue Violet

📋 copy color: '#A44CFF'

red 164 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #A44CFF

Tints of Blue Violet #A44CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 33.13%
G = 15.35%
B = 51.52%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A44CFF (or 0xA44CFF) is known color: Blue Violet. HEX triplet: A4, 4C and FF. RGB value is (164,76,255). Sum of RGB (Red+Green+Blue) = 164+76+255=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A44CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CFF is #5BB300. Grayscale: #7A7A7A. Windows color (decimal): -6009601 or 16731300. OLE color: 16731300.

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

Color convert

RGB 164 76 255 -
CMYK 0.36 0.70 0 0
HSL 269.5º 1% 0.65% -
HSV(B) 269.5º 0.7% 1% -
XYZ 35.94 20.28 96.63 -
YUV 122.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 164 76 255 0.36 0.70 0 0 269.5 1 0.65
Hex A4 4C FF 24 46 0 0 10D 64 41
Octal 244 114 377 44 106 0 0 415 144 101
Binary 10100100 1001100 11111111 100100 1000110 0 0 100001101 1100100 1000001

Color Harmonies of #A44CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CFF

Black with #A44CFF

Text Example


Text Example

White with #A44CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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