Html Css Color HEX #A548EE Blue Violet

📋 copy color: '#A548EE'

red 165 ◦ green 72 ◦ blue 238

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

Shades of Blue Violet #A548EE

Tints of Blue Violet #A548EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.16%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 34.74%
G = 15.16%
B = 50.11%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A548EE (or 0xA548EE) is known color: Blue Violet. HEX triplet: A5, 48 and EE. RGB value is (165,72,238). Sum of RGB (Red+Green+Blue) = 165+72+238=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A548EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548EE is #5AB711. Grayscale: #767676. Windows color (decimal): -5945106 or 15616165. OLE color: 15616165.

HSL color Cylindrical-coordinate representation of color #A548EE: hue angle of 273.61º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A548EE is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 72 238 -
CMYK 0.31 0.70 0 0.07
HSL 273.61º 0.83% 0.61% -
HSV(B) 273.61º 0.7% 0.93% -
XYZ 33.27 18.81 82.77 -
YUV 118.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 165 72 238 0.31 0.70 0 0.07 273.61 0.83 0.61
Hex A5 48 EE 1F 46 0 7 112 53 3D
Octal 245 110 356 37 106 0 7 422 123 75
Binary 10100101 1001000 11101110 11111 1000110 0 111 100010010 1010011 111101

Color Harmonies of #A548EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548EE

Black with #A548EE

Text Example


Text Example

White with #A548EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548EE; }

 p { color: rgb(165,72,238); }

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

background-color css

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

 a { background-color: rgb(165,72,238); }

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

border-color css

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

 span { border-color: rgb(165,72,238); }

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