Html Css Color HEX #A53AFB Blue Violet

📋 copy color: '#A53AFB'

red 165 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #A53AFB

Tints of Blue Violet #A53AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 34.81%
G = 12.24%
B = 52.95%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A53AFB (or 0xA53AFB) is known color: Blue Violet. HEX triplet: A5, 3A and FB. RGB value is (165,58,251). Sum of RGB (Red+Green+Blue) = 165+58+251=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #A53AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AFB is #5AC504. Grayscale: #6F6F6F. Windows color (decimal): -5948677 or 16464549. OLE color: 16464549.

HSL color Cylindrical-coordinate representation of color #A53AFB: hue angle of 273.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A53AFB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 58 251 -
CMYK 0.34 0.77 0 0.02
HSL 273.26º 0.96% 0.61% -
HSV(B) 273.26º 0.77% 0.98% -
XYZ 34.44 17.99 92.92 -
YUV 112 206.45 165.81 -
System Red Green Blue C M Y K H S L
Decimal 165 58 251 0.34 0.77 0 0.02 273.26 0.96 0.61
Hex A5 3A FB 22 4D 0 2 111 60 3D
Octal 245 72 373 42 115 0 2 421 140 75
Binary 10100101 111010 11111011 100010 1001101 0 10 100010001 1100000 111101

Color Harmonies of #A53AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AFB

Black with #A53AFB

Text Example


Text Example

White with #A53AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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