Html Css Color HEX #A427FF Blue Violet

📋 copy color: '#A427FF'

red 164 ◦ green 39 ◦ blue 255

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

Shades of Blue Violet #A427FF

Tints of Blue Violet #A427FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.52%

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

R = 35.81%
G = 8.52%
B = 55.68%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A427FF (or 0xA427FF) is known color: Blue Violet. HEX triplet: A4, 27 and FF. RGB value is (164,39,255). Sum of RGB (Red+Green+Blue) = 164+39+255=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #A427FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A427FF is #5BD800. Grayscale: #646464. Windows color (decimal): -6019073 or 16721828. OLE color: 16721828.

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

Color convert

RGB 164 39 255 -
CMYK 0.36 0.85 0 0
HSL 274.72º 1% 0.58% -
HSV(B) 274.72º 0.85% 1% -
XYZ 34.09 16.56 96.01 -
YUV 101 214.91 172.94 -
System Red Green Blue C M Y K H S L
Decimal 164 39 255 0.36 0.85 0 0 274.72 1 0.58
Hex A4 27 FF 24 55 0 0 113 64 3A
Octal 244 47 377 44 125 0 0 423 144 72
Binary 10100100 100111 11111111 100100 1010101 0 0 100010011 1100100 111010

Color Harmonies of #A427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427FF

Black with #A427FF

Text Example


Text Example

White with #A427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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