Html Css Color HEX #A53BF3 Blue Violet

📋 copy color: '#A53BF3'

red 165 ◦ green 59 ◦ blue 243

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

Shades of Blue Violet #A53BF3

Tints of Blue Violet #A53BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 35.33%
G = 12.63%
B = 52.03%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A53BF3 (or 0xA53BF3) is known color: Blue Violet. HEX triplet: A5, 3B and F3. RGB value is (165,59,243). Sum of RGB (Red+Green+Blue) = 165+59+243=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #A53BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BF3 is #5AC40C. Grayscale: #6F6F6F. Windows color (decimal): -5948429 or 15940517. OLE color: 15940517.

HSL color Cylindrical-coordinate representation of color #A53BF3: hue angle of 274.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53BF3 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 59 243 -
CMYK 0.32 0.76 0 0.05
HSL 274.57º 0.88% 0.59% -
HSV(B) 274.57º 0.76% 0.95% -
XYZ 33.26 17.6 86.44 -
YUV 111.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 165 59 243 0.32 0.76 0 0.05 274.57 0.88 0.59
Hex A5 3B F3 20 4C 0 5 113 58 3B
Octal 245 73 363 40 114 0 5 423 130 73
Binary 10100101 111011 11110011 100000 1001100 0 101 100010011 1011000 111011

Color Harmonies of #A53BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BF3

Black with #A53BF3

Text Example


Text Example

White with #A53BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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