Html Css Color HEX #A144FD Blue Violet

📋 copy color: '#A144FD'

red 161 ◦ green 68 ◦ blue 253

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

Shades of Blue Violet #A144FD

Tints of Blue Violet #A144FD

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

 GREEN value IS 68 (26.95% from 255) = 14.11%

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

R = 33.4%
G = 14.11%
B = 52.49%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A144FD (or 0xA144FD) is known color: Blue Violet. HEX triplet: A1, 44 and FD. RGB value is (161,68,253). Sum of RGB (Red+Green+Blue) = 161+68+253=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #A144FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A144FD is #5EBB02. Grayscale: #747474. Windows color (decimal): -6208259 or 16598177. OLE color: 16598177.

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

Color convert

RGB 161 68 253 -
CMYK 0.36 0.73 0 0.01
HSL 270.16º 0.98% 0.63% -
HSV(B) 270.16º 0.73% 0.99% -
XYZ 34.49 18.8 94.74 -
YUV 116.9 204.81 159.46 -
System Red Green Blue C M Y K H S L
Decimal 161 68 253 0.36 0.73 0 0.01 270.16 0.98 0.63
Hex A1 44 FD 24 49 0 1 10E 62 3F
Octal 241 104 375 44 111 0 1 416 142 77
Binary 10100001 1000100 11111101 100100 1001001 0 1 100001110 1100010 111111

Color Harmonies of #A144FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144FD

Black with #A144FD

Text Example


Text Example

White with #A144FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144FD; }

 p { color: rgb(161,68,253); }

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

background-color css

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

 a { background-color: rgb(161,68,253); }

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

border-color css

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

 span { border-color: rgb(161,68,253); }

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