Html Css Color HEX #A523ED Blue Violet

📋 copy color: '#A523ED'

red 165 ◦ green 35 ◦ blue 237

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

Shades of Blue Violet #A523ED

Tints of Blue Violet #A523ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 37.76%
G = 8.01%
B = 54.23%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A523ED (or 0xA523ED) is known color: Blue Violet. HEX triplet: A5, 23 and ED. RGB value is (165,35,237). Sum of RGB (Red+Green+Blue) = 165+35+237=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A523ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A523ED is #5ADC12. Grayscale: #606060. Windows color (decimal): -5954579 or 15541157. OLE color: 15541157.

HSL color Cylindrical-coordinate representation of color #A523ED: hue angle of 278.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A523ED is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 35 237 -
CMYK 0.30 0.85 0 0.07
HSL 278.61º 0.85% 0.53% -
HSV(B) 278.61º 0.85% 0.93% -
XYZ 31.4 15.32 81.42 -
YUV 96.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 165 35 237 0.30 0.85 0 0.07 278.61 0.85 0.53
Hex A5 23 ED 1E 55 0 7 117 55 35
Octal 245 43 355 36 125 0 7 427 125 65
Binary 10100101 100011 11101101 11110 1010101 0 111 100010111 1010101 110101

Color Harmonies of #A523ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523ED

Black with #A523ED

Text Example


Text Example

White with #A523ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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