Html Css Color HEX #A143FD Blue Violet

📋 copy color: '#A143FD'

red 161 ◦ green 67 ◦ blue 253

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

Shades of Blue Violet #A143FD

Tints of Blue Violet #A143FD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.93%

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

R = 33.47%
G = 13.93%
B = 52.6%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A143FD (or 0xA143FD) is known color: Blue Violet. HEX triplet: A1, 43 and FD. RGB value is (161,67,253). Sum of RGB (Red+Green+Blue) = 161+67+253=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A143FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143FD is #5EBC02. Grayscale: #737373. Windows color (decimal): -6208515 or 16597921. OLE color: 16597921.

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

Color convert

RGB 161 67 253 -
CMYK 0.36 0.74 0 0.01
HSL 270.32º 0.98% 0.63% -
HSV(B) 270.32º 0.74% 0.99% -
XYZ 34.43 18.68 94.72 -
YUV 116.31 205.14 159.88 -
System Red Green Blue C M Y K H S L
Decimal 161 67 253 0.36 0.74 0 0.01 270.32 0.98 0.63
Hex A1 43 FD 24 4A 0 1 10E 62 3F
Octal 241 103 375 44 112 0 1 416 142 77
Binary 10100001 1000011 11111101 100100 1001010 0 1 100001110 1100010 111111

Color Harmonies of #A143FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143FD

Black with #A143FD

Text Example


Text Example

White with #A143FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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