Html Css Color HEX #A53FFE Blue Violet

📋 copy color: '#A53FFE'

red 165 ◦ green 63 ◦ blue 254

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

Shades of Blue Violet #A53FFE

Tints of Blue Violet #A53FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 34.23%
G = 13.07%
B = 52.7%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A53FFE (or 0xA53FFE) is known color: Blue Violet. HEX triplet: A5, 3F and FE. RGB value is (165,63,254). Sum of RGB (Red+Green+Blue) = 165+63+254=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #A53FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FFE is #5AC001. Grayscale: #727272. Windows color (decimal): -5947394 or 16662437. OLE color: 16662437.

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

Color convert

RGB 165 63 254 -
CMYK 0.35 0.75 0 0.00
HSL 272.04º 0.99% 0.62% -
HSV(B) 272.04º 0.75% 1% -
XYZ 35.18 18.71 95.52 -
YUV 115.27 206.29 163.47 -
System Red Green Blue C M Y K H S L
Decimal 165 63 254 0.35 0.75 0 0.00 272.04 0.99 0.62
Hex A5 3F FE 23 4B 0 0 110 63 3E
Octal 245 77 376 43 113 0 0 420 143 76
Binary 10100101 111111 11111110 100011 1001011 0 0 100010000 1100011 111110

Color Harmonies of #A53FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FFE

Black with #A53FFE

Text Example


Text Example

White with #A53FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FFE; }

 p { color: rgb(165,63,254); }

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

background-color css

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

 a { background-color: rgb(165,63,254); }

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

border-color css

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

 span { border-color: rgb(165,63,254); }

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