Html Css Color HEX #A425E6 Blue Violet

📋 copy color: '#A425E6'

red 164 ◦ green 37 ◦ blue 230

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

Shades of Blue Violet #A425E6

Tints of Blue Violet #A425E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.36%

R = 38.05%
G = 8.58%
B = 53.36%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A425E6 (or 0xA425E6) is known color: Blue Violet. HEX triplet: A4, 25 and E6. RGB value is (164,37,230). Sum of RGB (Red+Green+Blue) = 164+37+230=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #A425E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425E6 is #5BDA19. Grayscale: #606060. Windows color (decimal): -6019610 or 15082916. OLE color: 15082916.

HSL color Cylindrical-coordinate representation of color #A425E6: hue angle of 279.48º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A425E6 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 37 230 -
CMYK 0.29 0.84 0 0.10
HSL 279.48º 0.79% 0.52% -
HSV(B) 279.48º 0.84% 0.9% -
XYZ 30.25 14.93 76.15 -
YUV 96.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 164 37 230 0.29 0.84 0 0.10 279.48 0.79 0.52
Hex A4 25 E6 1D 54 0 A 117 4F 34
Octal 244 45 346 35 124 0 12 427 117 64
Binary 10100100 100101 11100110 11101 1010100 0 1010 100010111 1001111 110100

Color Harmonies of #A425E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425E6

Black with #A425E6

Text Example


Text Example

White with #A425E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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