Html Css Color HEX #A53BF2 Blue Violet

📋 copy color: '#A53BF2'

red 165 ◦ green 59 ◦ blue 242

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

Shades of Blue Violet #A53BF2

Tints of Blue Violet #A53BF2

RGB

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

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

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

R = 35.41%
G = 12.66%
B = 51.93%

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

#A53BF2 (or 0xA53BF2) is known color: Blue Violet. HEX triplet: A5, 3B and F2. RGB value is (165,59,242). Sum of RGB (Red+Green+Blue) = 165+59+242=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #A53BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BF2 is #5AC40D. Grayscale: #6E6E6E. Windows color (decimal): -5948430 or 15874981. OLE color: 15874981.

HSL color Cylindrical-coordinate representation of color #A53BF2: hue angle of 274.75º 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 #A53BF2 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 59 242 -
CMYK 0.32 0.76 0 0.05
HSL 274.75º 0.88% 0.59% -
HSV(B) 274.75º 0.76% 0.95% -
XYZ 33.11 17.54 85.64 -
YUV 111.56 201.62 166.12 -
System Red Green Blue C M Y K H S L
Decimal 165 59 242 0.32 0.76 0 0.05 274.75 0.88 0.59
Hex A5 3B F2 20 4C 0 5 113 58 3B
Octal 245 73 362 40 114 0 5 423 130 73
Binary 10100101 111011 11110010 100000 1001100 0 101 100010011 1011000 111011

Color Harmonies of #A53BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BF2

Black with #A53BF2

Text Example


Text Example

White with #A53BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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