Html Css Color HEX #A523EA Blue Violet

📋 copy color: '#A523EA'

red 165 ◦ green 35 ◦ blue 234

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

Shades of Blue Violet #A523EA

Tints of Blue Violet #A523EA

RGB

 RED value IS 165 (64.84% from 255) = 38.02%

 GREEN value IS 35 (14.06% from 255) = 8.06%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 38.02%
G = 8.06%
B = 53.92%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A523EA (or 0xA523EA) is known color: Blue Violet. HEX triplet: A5, 23 and EA. RGB value is (165,35,234). Sum of RGB (Red+Green+Blue) = 165+35+234=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #A523EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A523EA is #5ADC15. Grayscale: #5F5F5F. Windows color (decimal): -5954582 or 15344549. OLE color: 15344549.

HSL color Cylindrical-coordinate representation of color #A523EA: hue angle of 279.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A523EA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 35 234 -
CMYK 0.29 0.85 0 0.08
HSL 279.2º 0.83% 0.53% -
HSV(B) 279.2º 0.85% 0.92% -
XYZ 30.97 15.14 79.13 -
YUV 96.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 165 35 234 0.29 0.85 0 0.08 279.2 0.83 0.53
Hex A5 23 EA 1D 55 0 8 117 53 35
Octal 245 43 352 35 125 0 10 427 123 65
Binary 10100101 100011 11101010 11101 1010101 0 1000 100010111 1010011 110101

Color Harmonies of #A523EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523EA

Black with #A523EA

Text Example


Text Example

White with #A523EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523EA; }

 p { color: rgb(165,35,234); }

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

background-color css

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

 a { background-color: rgb(165,35,234); }

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

border-color css

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

 span { border-color: rgb(165,35,234); }

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