Html Css Color HEX #A530EA Blue Violet

📋 copy color: '#A530EA'

red 165 ◦ green 48 ◦ blue 234

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

Shades of Blue Violet #A530EA

Tints of Blue Violet #A530EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 36.91%
G = 10.74%
B = 52.35%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A530EA (or 0xA530EA) is known color: Blue Violet. HEX triplet: A5, 30 and EA. RGB value is (165,48,234). Sum of RGB (Red+Green+Blue) = 165+48+234=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #A530EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530EA is #5ACF15. Grayscale: #676767. Windows color (decimal): -5951254 or 15347877. OLE color: 15347877.

HSL color Cylindrical-coordinate representation of color #A530EA: hue angle of 277.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A530EA is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 48 234 -
CMYK 0.29 0.79 0 0.08
HSL 277.74º 0.82% 0.55% -
HSV(B) 277.74º 0.79% 0.92% -
XYZ 31.43 16.05 79.28 -
YUV 104.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 165 48 234 0.29 0.79 0 0.08 277.74 0.82 0.55
Hex A5 30 EA 1D 4F 0 8 116 52 37
Octal 245 60 352 35 117 0 10 426 122 67
Binary 10100101 110000 11101010 11101 1001111 0 1000 100010110 1010010 110111

Color Harmonies of #A530EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530EA

Black with #A530EA

Text Example


Text Example

White with #A530EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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