Html Css Color HEX #A425E7 Blue Violet

📋 copy color: '#A425E7'

red 164 ◦ green 37 ◦ blue 231

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

Shades of Blue Violet #A425E7

Tints of Blue Violet #A425E7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.56%

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

R = 37.96%
G = 8.56%
B = 53.47%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A425E7 (or 0xA425E7) is known color: Blue Violet. HEX triplet: A4, 25 and E7. RGB value is (164,37,231). Sum of RGB (Red+Green+Blue) = 164+37+231=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #A425E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425E7 is #5BDA18. Grayscale: #606060. Windows color (decimal): -6019609 or 15148452. OLE color: 15148452.

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

Color convert

RGB 164 37 231 -
CMYK 0.29 0.84 0 0.09
HSL 279.28º 0.8% 0.53% -
HSV(B) 279.28º 0.84% 0.91% -
XYZ 30.4 14.99 76.89 -
YUV 97.09 203.58 175.73 -
System Red Green Blue C M Y K H S L
Decimal 164 37 231 0.29 0.84 0 0.09 279.28 0.8 0.53
Hex A4 25 E7 1D 54 0 9 117 50 35
Octal 244 45 347 35 124 0 11 427 120 65
Binary 10100100 100101 11100111 11101 1010100 0 1001 100010111 1010000 110101

Color Harmonies of #A425E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425E7

Black with #A425E7

Text Example


Text Example

White with #A425E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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