Html Css Color HEX #A44EFD Blue Violet

📋 copy color: '#A44EFD'

red 164 ◦ green 78 ◦ blue 253

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

Shades of Blue Violet #A44EFD

Tints of Blue Violet #A44EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 33.13%
G = 15.76%
B = 51.11%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A44EFD (or 0xA44EFD) is known color: Blue Violet. HEX triplet: A4, 4E and FD. RGB value is (164,78,253). Sum of RGB (Red+Green+Blue) = 164+78+253=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A44EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EFD is #5BB102. Grayscale: #7B7B7B. Windows color (decimal): -6009091 or 16600740. OLE color: 16600740.

HSL color Cylindrical-coordinate representation of color #A44EFD: hue angle of 269.49º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44EFD is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 78 253 -
CMYK 0.35 0.69 0 0.01
HSL 269.49º 0.98% 0.65% -
HSV(B) 269.49º 0.69% 0.99% -
XYZ 35.76 20.43 94.99 -
YUV 123.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 164 78 253 0.35 0.69 0 0.01 269.49 0.98 0.65
Hex A4 4E FD 23 45 0 1 10D 62 41
Octal 244 116 375 43 105 0 1 415 142 101
Binary 10100100 1001110 11111101 100011 1000101 0 1 100001101 1100010 1000001

Color Harmonies of #A44EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EFD

Black with #A44EFD

Text Example


Text Example

White with #A44EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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