Html Css Color HEX #A538F4 Blue Violet

📋 copy color: '#A538F4'

red 165 ◦ green 56 ◦ blue 244

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

Shades of Blue Violet #A538F4

Tints of Blue Violet #A538F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.47%

R = 35.48%
G = 12.04%
B = 52.47%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A538F4 (or 0xA538F4) is known color: Blue Violet. HEX triplet: A5, 38 and F4. RGB value is (165,56,244). Sum of RGB (Red+Green+Blue) = 165+56+244=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #A538F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538F4 is #5AC70B. Grayscale: #6D6D6D. Windows color (decimal): -5949196 or 16005285. OLE color: 16005285.

HSL color Cylindrical-coordinate representation of color #A538F4: hue angle of 274.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A538F4 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 56 244 -
CMYK 0.32 0.77 0 0.04
HSL 274.79º 0.9% 0.59% -
HSV(B) 274.79º 0.77% 0.96% -
XYZ 33.26 17.36 87.19 -
YUV 110.02 203.61 167.21 -
System Red Green Blue C M Y K H S L
Decimal 165 56 244 0.32 0.77 0 0.04 274.79 0.9 0.59
Hex A5 38 F4 20 4D 0 4 113 5A 3B
Octal 245 70 364 40 115 0 4 423 132 73
Binary 10100101 111000 11110100 100000 1001101 0 100 100010011 1011010 111011

Color Harmonies of #A538F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538F4

Black with #A538F4

Text Example


Text Example

White with #A538F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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