Html Css Color HEX #A448FA Blue Violet

📋 copy color: '#A448FA'

red 164 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #A448FA

Tints of Blue Violet #A448FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.81%

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

R = 33.74%
G = 14.81%
B = 51.44%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A448FA (or 0xA448FA) is known color: Blue Violet. HEX triplet: A4, 48 and FA. RGB value is (164,72,250). Sum of RGB (Red+Green+Blue) = 164+72+250=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #A448FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448FA is #5BB705. Grayscale: #777777. Windows color (decimal): -6010630 or 16402596. OLE color: 16402596.

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

Color convert

RGB 164 72 250 -
CMYK 0.34 0.71 0 0.02
HSL 271.01º 0.95% 0.63% -
HSV(B) 271.01º 0.71% 0.98% -
XYZ 34.88 19.43 92.35 -
YUV 119.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 164 72 250 0.34 0.71 0 0.02 271.01 0.95 0.63
Hex A4 48 FA 22 47 0 2 10F 5F 3F
Octal 244 110 372 42 107 0 2 417 137 77
Binary 10100100 1001000 11111010 100010 1000111 0 10 100001111 1011111 111111

Color Harmonies of #A448FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448FA

Black with #A448FA

Text Example


Text Example

White with #A448FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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