Html Css Color HEX #A44DFB Blue Violet

📋 copy color: '#A44DFB'

red 164 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #A44DFB

Tints of Blue Violet #A44DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.65%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 33.33%
G = 15.65%
B = 51.02%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A44DFB (or 0xA44DFB) is known color: Blue Violet. HEX triplet: A4, 4D and FB. RGB value is (164,77,251). Sum of RGB (Red+Green+Blue) = 164+77+251=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #A44DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DFB is #5BB204. Grayscale: #7A7A7A. Windows color (decimal): -6009349 or 16469412. OLE color: 16469412.

HSL color Cylindrical-coordinate representation of color #A44DFB: hue angle of 270º degrees, saturation: 0.96, 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 #A44DFB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 77 251 -
CMYK 0.35 0.69 0 0.02
HSL 270º 0.96% 0.64% -
HSV(B) 270º 0.69% 0.98% -
XYZ 35.38 20.17 93.29 -
YUV 122.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 164 77 251 0.35 0.69 0 0.02 270 0.96 0.64
Hex A4 4D FB 23 45 0 2 10E 60 40
Octal 244 115 373 43 105 0 2 416 140 100
Binary 10100100 1001101 11111011 100011 1000101 0 10 100001110 1100000 1000000

Color Harmonies of #A44DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DFB

Black with #A44DFB

Text Example


Text Example

White with #A44DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DFB; }

 p { color: rgb(164,77,251); }

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

background-color css

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

 a { background-color: rgb(164,77,251); }

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

border-color css

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

 span { border-color: rgb(164,77,251); }

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