Html Css Color HEX #A538F3 Blue Violet

📋 copy color: '#A538F3'

red 165 ◦ green 56 ◦ blue 243

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

Shades of Blue Violet #A538F3

Tints of Blue Violet #A538F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.37%

R = 35.56%
G = 12.07%
B = 52.37%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A538F3 (or 0xA538F3) is known color: Blue Violet. HEX triplet: A5, 38 and F3. RGB value is (165,56,243). Sum of RGB (Red+Green+Blue) = 165+56+243=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #A538F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538F3 is #5AC70C. Grayscale: #6D6D6D. Windows color (decimal): -5949197 or 15939749. OLE color: 15939749.

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

Color convert

RGB 165 56 243 -
CMYK 0.32 0.77 0 0.05
HSL 274.97º 0.89% 0.59% -
HSV(B) 274.97º 0.77% 0.95% -
XYZ 33.11 17.3 86.39 -
YUV 109.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 165 56 243 0.32 0.77 0 0.05 274.97 0.89 0.59
Hex A5 38 F3 20 4D 0 5 113 59 3B
Octal 245 70 363 40 115 0 5 423 131 73
Binary 10100101 111000 11110011 100000 1001101 0 101 100010011 1011001 111011

Color Harmonies of #A538F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538F3

Black with #A538F3

Text Example


Text Example

White with #A538F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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