Html Css Color HEX #A536F4 Blue Violet

📋 copy color: '#A536F4'

red 165 ◦ green 54 ◦ blue 244

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

Shades of Blue Violet #A536F4

Tints of Blue Violet #A536F4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.66%

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

R = 35.64%
G = 11.66%
B = 52.7%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A536F4 (or 0xA536F4) is known color: Blue Violet. HEX triplet: A5, 36 and F4. RGB value is (165,54,244). Sum of RGB (Red+Green+Blue) = 165+54+244=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #A536F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A536F4 is #5AC90B. Grayscale: #6C6C6C. Windows color (decimal): -5949708 or 16004773. OLE color: 16004773.

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

Color convert

RGB 165 54 244 -
CMYK 0.32 0.78 0 0.04
HSL 275.05º 0.9% 0.58% -
HSV(B) 275.05º 0.78% 0.96% -
XYZ 33.17 17.17 87.15 -
YUV 108.85 204.27 168.05 -
System Red Green Blue C M Y K H S L
Decimal 165 54 244 0.32 0.78 0 0.04 275.05 0.9 0.58
Hex A5 36 F4 20 4E 0 4 113 5A 3A
Octal 245 66 364 40 116 0 4 423 132 72
Binary 10100101 110110 11110100 100000 1001110 0 100 100010011 1011010 111010

Color Harmonies of #A536F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536F4

Black with #A536F4

Text Example


Text Example

White with #A536F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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