Html Css Color HEX #A53BFF Blue Violet

📋 copy color: '#A53BFF'

red 165 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #A53BFF

Tints of Blue Violet #A53BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.32%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 34.45%
G = 12.32%
B = 53.24%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A53BFF (or 0xA53BFF) is known color: Blue Violet. HEX triplet: A5, 3B and FF. RGB value is (165,59,255). Sum of RGB (Red+Green+Blue) = 165+59+255=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A53BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BFF is #5AC400. Grayscale: #707070. Windows color (decimal): -5948417 or 16726949. OLE color: 16726949.

HSL color Cylindrical-coordinate representation of color #A53BFF: hue angle of 272.45º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A53BFF is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 59 255 -
CMYK 0.35 0.77 0 0
HSL 272.45º 1% 0.62% -
HSV(B) 272.45º 0.77% 1% -
XYZ 35.13 18.35 96.3 -
YUV 113.04 208.12 165.06 -
System Red Green Blue C M Y K H S L
Decimal 165 59 255 0.35 0.77 0 0 272.45 1 0.62
Hex A5 3B FF 23 4D 0 0 110 64 3E
Octal 245 73 377 43 115 0 0 420 144 76
Binary 10100101 111011 11111111 100011 1001101 0 0 100010000 1100100 111110

Color Harmonies of #A53BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BFF

Black with #A53BFF

Text Example


Text Example

White with #A53BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BFF; }

 p { color: rgb(165,59,255); }

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

background-color css

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

 a { background-color: rgb(165,59,255); }

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

border-color css

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

 span { border-color: rgb(165,59,255); }

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