Html Css Color HEX #A434E7 Blue Violet

📋 copy color: '#A434E7'

red 164 ◦ green 52 ◦ blue 231

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

Shades of Blue Violet #A434E7

Tints of Blue Violet #A434E7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.63%

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 36.69%
G = 11.63%
B = 51.68%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A434E7 (or 0xA434E7) is known color: Blue Violet. HEX triplet: A4, 34 and E7. RGB value is (164,52,231). Sum of RGB (Red+Green+Blue) = 164+52+231=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #A434E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434E7 is #5BCB18. Grayscale: #696969. Windows color (decimal): -6015769 or 15152292. OLE color: 15152292.

HSL color Cylindrical-coordinate representation of color #A434E7: hue angle of 277.54º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A434E7 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 52 231 -
CMYK 0.29 0.77 0 0.09
HSL 277.54º 0.79% 0.55% -
HSV(B) 277.54º 0.77% 0.91% -
XYZ 30.96 16.12 77.08 -
YUV 105.89 198.61 169.45 -
System Red Green Blue C M Y K H S L
Decimal 164 52 231 0.29 0.77 0 0.09 277.54 0.79 0.55
Hex A4 34 E7 1D 4D 0 9 116 4F 37
Octal 244 64 347 35 115 0 11 426 117 67
Binary 10100100 110100 11100111 11101 1001101 0 1001 100010110 1001111 110111

Color Harmonies of #A434E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434E7

Black with #A434E7

Text Example


Text Example

White with #A434E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434E7; }

 p { color: rgb(164,52,231); }

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

background-color css

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

 a { background-color: rgb(164,52,231); }

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

border-color css

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

 span { border-color: rgb(164,52,231); }

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