Html Css Color HEX #A538FE Blue Violet

📋 copy color: '#A538FE'

red 165 ◦ green 56 ◦ blue 254

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

Shades of Blue Violet #A538FE

Tints of Blue Violet #A538FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.79%

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

R = 34.74%
G = 11.79%
B = 53.47%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A538FE (or 0xA538FE) is known color: Blue Violet. HEX triplet: A5, 38 and FE. RGB value is (165,56,254). Sum of RGB (Red+Green+Blue) = 165+56+254=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #A538FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538FE is #5AC701. Grayscale: #6E6E6E. Windows color (decimal): -5949186 or 16660645. OLE color: 16660645.

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

Color convert

RGB 165 56 254 -
CMYK 0.35 0.78 0 0.00
HSL 273.03º 0.99% 0.61% -
HSV(B) 273.03º 0.78% 1% -
XYZ 34.82 17.98 95.4 -
YUV 111.16 208.61 166.4 -
System Red Green Blue C M Y K H S L
Decimal 165 56 254 0.35 0.78 0 0.00 273.03 0.99 0.61
Hex A5 38 FE 23 4E 0 0 111 63 3D
Octal 245 70 376 43 116 0 0 421 143 75
Binary 10100101 111000 11111110 100011 1001110 0 0 100010001 1100011 111101

Color Harmonies of #A538FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538FE

Black with #A538FE

Text Example


Text Example

White with #A538FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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