Html Css Color HEX #A142FF Blue Violet

📋 copy color: '#A142FF'

red 161 ◦ green 66 ◦ blue 255

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

Shades of Blue Violet #A142FF

Tints of Blue Violet #A142FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 33.4%
G = 13.69%
B = 52.9%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A142FF (or 0xA142FF) is known color: Blue Violet. HEX triplet: A1, 42 and FF. RGB value is (161,66,255). Sum of RGB (Red+Green+Blue) = 161+66+255=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A142FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A142FF is #5EBD00. Grayscale: #737373. Windows color (decimal): -6208769 or 16728737. OLE color: 16728737.

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

Color convert

RGB 161 66 255 -
CMYK 0.37 0.74 0 0
HSL 270.16º 1% 0.63% -
HSV(B) 270.16º 0.74% 1% -
XYZ 34.7 18.69 96.39 -
YUV 115.95 206.47 160.13 -
System Red Green Blue C M Y K H S L
Decimal 161 66 255 0.37 0.74 0 0 270.16 1 0.63
Hex A1 42 FF 25 4A 0 0 10E 64 3F
Octal 241 102 377 45 112 0 0 416 144 77
Binary 10100001 1000010 11111111 100101 1001010 0 0 100001110 1100100 111111

Color Harmonies of #A142FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A142FF

Black with #A142FF

Text Example


Text Example

White with #A142FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A142FF; }

 p { color: rgb(161,66,255); }

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

background-color css

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

 a { background-color: rgb(161,66,255); }

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

border-color css

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

 span { border-color: rgb(161,66,255); }

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