Html Css Color HEX #A44EFA Blue Violet

📋 copy color: '#A44EFA'

red 164 ◦ green 78 ◦ blue 250

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

Shades of Blue Violet #A44EFA

Tints of Blue Violet #A44EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

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

R = 33.33%
G = 15.85%
B = 50.81%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A44EFA (or 0xA44EFA) is known color: Blue Violet. HEX triplet: A4, 4E and FA. RGB value is (164,78,250). Sum of RGB (Red+Green+Blue) = 164+78+250=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #A44EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EFA is #5BB105. Grayscale: #7A7A7A. Windows color (decimal): -6009094 or 16404132. OLE color: 16404132.

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

Color convert

RGB 164 78 250 -
CMYK 0.34 0.69 0 0.02
HSL 270º 0.95% 0.64% -
HSV(B) 270º 0.69% 0.98% -
XYZ 35.29 20.24 92.49 -
YUV 123.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 164 78 250 0.34 0.69 0 0.02 270 0.95 0.64
Hex A4 4E FA 22 45 0 2 10E 5F 40
Octal 244 116 372 42 105 0 2 416 137 100
Binary 10100100 1001110 11111010 100010 1000101 0 10 100001110 1011111 1000000

Color Harmonies of #A44EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EFA

Black with #A44EFA

Text Example


Text Example

White with #A44EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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