Html Css Color HEX #A53DF2 Blue Violet

📋 copy color: '#A53DF2'

red 165 ◦ green 61 ◦ blue 242

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

Shades of Blue Violet #A53DF2

Tints of Blue Violet #A53DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 35.26%
G = 13.03%
B = 51.71%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A53DF2 (or 0xA53DF2) is known color: Blue Violet. HEX triplet: A5, 3D and F2. RGB value is (165,61,242). Sum of RGB (Red+Green+Blue) = 165+61+242=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #A53DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF2 is #5AC20D. Grayscale: #707070. Windows color (decimal): -5947918 or 15875493. OLE color: 15875493.

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

Color convert

RGB 165 61 242 -
CMYK 0.32 0.75 0 0.05
HSL 274.48º 0.87% 0.59% -
HSV(B) 274.48º 0.75% 0.95% -
XYZ 33.21 17.75 85.68 -
YUV 112.73 200.96 165.28 -
System Red Green Blue C M Y K H S L
Decimal 165 61 242 0.32 0.75 0 0.05 274.48 0.87 0.59
Hex A5 3D F2 20 4B 0 5 112 57 3B
Octal 245 75 362 40 113 0 5 422 127 73
Binary 10100101 111101 11110010 100000 1001011 0 101 100010010 1010111 111011

Color Harmonies of #A53DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF2

Black with #A53DF2

Text Example


Text Example

White with #A53DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF2; }

 p { color: rgb(165,61,242); }

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

background-color css

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

 a { background-color: rgb(165,61,242); }

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

border-color css

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

 span { border-color: rgb(165,61,242); }

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