Html Css Color HEX #A448FF Blue Violet

📋 copy color: '#A448FF'

red 164 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #A448FF

Tints of Blue Violet #A448FF

RGB

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

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

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

R = 33.4%
G = 14.66%
B = 51.93%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A448FF (or 0xA448FF) is known color: Blue Violet. HEX triplet: A4, 48 and FF. RGB value is (164,72,255). Sum of RGB (Red+Green+Blue) = 164+72+255=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #A448FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448FF is #5BB700. Grayscale: #777777. Windows color (decimal): -6010625 or 16730276. OLE color: 16730276.

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

Color convert

RGB 164 72 255 -
CMYK 0.36 0.72 0 0
HSL 270.16º 1% 0.64% -
HSV(B) 270.16º 0.72% 1% -
XYZ 35.68 19.75 96.54 -
YUV 120.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 164 72 255 0.36 0.72 0 0 270.16 1 0.64
Hex A4 48 FF 24 48 0 0 10E 64 40
Octal 244 110 377 44 110 0 0 416 144 100
Binary 10100100 1001000 11111111 100100 1001000 0 0 100001110 1100100 1000000

Color Harmonies of #A448FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448FF

Black with #A448FF

Text Example


Text Example

White with #A448FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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