Html Css Color HEX #A530FA Blue Violet

📋 copy color: '#A530FA'

red 165 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #A530FA

Tints of Blue Violet #A530FA

RGB

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

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

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

R = 35.64%
G = 10.37%
B = 54%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A530FA (or 0xA530FA) is known color: Blue Violet. HEX triplet: A5, 30 and FA. RGB value is (165,48,250). Sum of RGB (Red+Green+Blue) = 165+48+250=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #A530FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530FA is #5ACF05. Grayscale: #696969. Windows color (decimal): -5951238 or 16396453. OLE color: 16396453.

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

Color convert

RGB 165 48 250 -
CMYK 0.34 0.81 0 0.02
HSL 274.75º 0.95% 0.58% -
HSV(B) 274.75º 0.81% 0.98% -
XYZ 33.83 17.02 91.94 -
YUV 106.01 209.26 170.07 -
System Red Green Blue C M Y K H S L
Decimal 165 48 250 0.34 0.81 0 0.02 274.75 0.95 0.58
Hex A5 30 FA 22 51 0 2 113 5F 3A
Octal 245 60 372 42 121 0 2 423 137 72
Binary 10100101 110000 11111010 100010 1010001 0 10 100010011 1011111 111010

Color Harmonies of #A530FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530FA

Black with #A530FA

Text Example


Text Example

White with #A530FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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