Html Css Color HEX #A538FA Blue Violet

📋 copy color: '#A538FA'

red 165 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #A538FA

Tints of Blue Violet #A538FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 35.03%
G = 11.89%
B = 53.08%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A538FA (or 0xA538FA) is known color: Blue Violet. HEX triplet: A5, 38 and FA. RGB value is (165,56,250). Sum of RGB (Red+Green+Blue) = 165+56+250=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #A538FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538FA is #5AC705. Grayscale: #6E6E6E. Windows color (decimal): -5949190 or 16398501. OLE color: 16398501.

HSL color Cylindrical-coordinate representation of color #A538FA: hue angle of 273.71º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A538FA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 56 250 -
CMYK 0.34 0.78 0 0.02
HSL 273.71º 0.95% 0.6% -
HSV(B) 273.71º 0.78% 0.98% -
XYZ 34.19 17.73 92.06 -
YUV 110.71 206.61 166.73 -
System Red Green Blue C M Y K H S L
Decimal 165 56 250 0.34 0.78 0 0.02 273.71 0.95 0.6
Hex A5 38 FA 22 4E 0 2 112 5F 3C
Octal 245 70 372 42 116 0 2 422 137 74
Binary 10100101 111000 11111010 100010 1001110 0 10 100010010 1011111 111100

Color Harmonies of #A538FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538FA

Black with #A538FA

Text Example


Text Example

White with #A538FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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