Html Css Color HEX #A53CFC Blue Violet

📋 copy color: '#A53CFC'

red 165 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #A53CFC

Tints of Blue Violet #A53CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.58%

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 34.59%
G = 12.58%
B = 52.83%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A53CFC (or 0xA53CFC) is known color: Blue Violet. HEX triplet: A5, 3C and FC. RGB value is (165,60,252). Sum of RGB (Red+Green+Blue) = 165+60+252=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #A53CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CFC is #5AC303. Grayscale: #707070. Windows color (decimal): -5948164 or 16530597. OLE color: 16530597.

HSL color Cylindrical-coordinate representation of color #A53CFC: hue angle of 272.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53CFC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 60 252 -
CMYK 0.35 0.76 0 0.01
HSL 272.81º 0.97% 0.61% -
HSV(B) 272.81º 0.76% 0.99% -
XYZ 34.7 18.26 93.79 -
YUV 113.28 206.29 164.89 -
System Red Green Blue C M Y K H S L
Decimal 165 60 252 0.35 0.76 0 0.01 272.81 0.97 0.61
Hex A5 3C FC 23 4C 0 1 111 61 3D
Octal 245 74 374 43 114 0 1 421 141 75
Binary 10100101 111100 11111100 100011 1001100 0 1 100010001 1100001 111101

Color Harmonies of #A53CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CFC

Black with #A53CFC

Text Example


Text Example

White with #A53CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CFC; }

 p { color: rgb(165,60,252); }

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

background-color css

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

 a { background-color: rgb(165,60,252); }

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

border-color css

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

 span { border-color: rgb(165,60,252); }

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