Html Css Color HEX #A530EC Blue Violet

📋 copy color: '#A530EC'

red 165 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #A530EC

Tints of Blue Violet #A530EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.69%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 36.75%
G = 10.69%
B = 52.56%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A530EC (or 0xA530EC) is known color: Blue Violet. HEX triplet: A5, 30 and EC. RGB value is (165,48,236). Sum of RGB (Red+Green+Blue) = 165+48+236=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #A530EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530EC is #5ACF13. Grayscale: #676767. Windows color (decimal): -5951252 or 15478949. OLE color: 15478949.

HSL color Cylindrical-coordinate representation of color #A530EC: hue angle of 277.34º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A530EC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 48 236 -
CMYK 0.30 0.80 0 0.07
HSL 277.34º 0.83% 0.56% -
HSV(B) 277.34º 0.8% 0.93% -
XYZ 31.71 16.17 80.81 -
YUV 104.42 202.26 171.21 -
System Red Green Blue C M Y K H S L
Decimal 165 48 236 0.30 0.80 0 0.07 277.34 0.83 0.56
Hex A5 30 EC 1E 50 0 7 115 53 38
Octal 245 60 354 36 120 0 7 425 123 70
Binary 10100101 110000 11101100 11110 1010000 0 111 100010101 1010011 111000

Color Harmonies of #A530EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530EC

Black with #A530EC

Text Example


Text Example

White with #A530EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530EC; }

 p { color: rgb(165,48,236); }

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

background-color css

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

 a { background-color: rgb(165,48,236); }

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

border-color css

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

 span { border-color: rgb(165,48,236); }

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