Html Css Color HEX #A538FF Blue Violet

📋 copy color: '#A538FF'

red 165 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #A538FF

Tints of Blue Violet #A538FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 34.66%
G = 11.76%
B = 53.57%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A538FF (or 0xA538FF) is known color: Blue Violet. HEX triplet: A5, 38 and FF. RGB value is (165,56,255). Sum of RGB (Red+Green+Blue) = 165+56+255=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #A538FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538FF is #5AC700. Grayscale: #6E6E6E. Windows color (decimal): -5949185 or 16726181. OLE color: 16726181.

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

Color convert

RGB 165 56 255 -
CMYK 0.35 0.78 0 0
HSL 272.86º 1% 0.61% -
HSV(B) 272.86º 0.78% 1% -
XYZ 34.98 18.05 96.25 -
YUV 111.28 209.11 166.32 -
System Red Green Blue C M Y K H S L
Decimal 165 56 255 0.35 0.78 0 0 272.86 1 0.61
Hex A5 38 FF 23 4E 0 0 111 64 3D
Octal 245 70 377 43 116 0 0 421 144 75
Binary 10100101 111000 11111111 100011 1001110 0 0 100010001 1100100 111101

Color Harmonies of #A538FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538FF

Black with #A538FF

Text Example


Text Example

White with #A538FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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