Html Css Color HEX #A53AED Blue Violet

📋 copy color: '#A53AED'

red 165 ◦ green 58 ◦ blue 237

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

Shades of Blue Violet #A53AED

Tints of Blue Violet #A53AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.61%

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

R = 35.87%
G = 12.61%
B = 51.52%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A53AED (or 0xA53AED) is known color: Blue Violet. HEX triplet: A5, 3A and ED. RGB value is (165,58,237). Sum of RGB (Red+Green+Blue) = 165+58+237=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A53AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AED is #5AC512. Grayscale: #6D6D6D. Windows color (decimal): -5948691 or 15547045. OLE color: 15547045.

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

Color convert

RGB 165 58 237 -
CMYK 0.30 0.76 0 0.07
HSL 275.87º 0.83% 0.58% -
HSV(B) 275.87º 0.76% 0.93% -
XYZ 32.32 17.14 81.73 -
YUV 110.4 199.45 166.95 -
System Red Green Blue C M Y K H S L
Decimal 165 58 237 0.30 0.76 0 0.07 275.87 0.83 0.58
Hex A5 3A ED 1E 4C 0 7 114 53 3A
Octal 245 72 355 36 114 0 7 424 123 72
Binary 10100101 111010 11101101 11110 1001100 0 111 100010100 1010011 111010

Color Harmonies of #A53AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AED

Black with #A53AED

Text Example


Text Example

White with #A53AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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