Html Css Color HEX #A430FA Blue Violet

📋 copy color: '#A430FA'

red 164 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #A430FA

Tints of Blue Violet #A430FA

RGB

 RED value IS 164 (64.45% from 255) = 35.5%

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

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

R = 35.5%
G = 10.39%
B = 54.11%

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

#A430FA (or 0xA430FA) is known color: Blue Violet. HEX triplet: A4, 30 and FA. RGB value is (164,48,250). Sum of RGB (Red+Green+Blue) = 164+48+250=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #A430FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430FA is #5BCF05. Grayscale: #696969. Windows color (decimal): -6016774 or 16396452. OLE color: 16396452.

HSL color Cylindrical-coordinate representation of color #A430FA: hue angle of 274.46º 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 #A430FA is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 48 250 -
CMYK 0.34 0.81 0 0.02
HSL 274.46º 0.95% 0.58% -
HSV(B) 274.46º 0.81% 0.98% -
XYZ 33.62 16.91 91.93 -
YUV 105.71 209.43 169.57 -
System Red Green Blue C M Y K H S L
Decimal 164 48 250 0.34 0.81 0 0.02 274.46 0.95 0.58
Hex A4 30 FA 22 51 0 2 112 5F 3A
Octal 244 60 372 42 121 0 2 422 137 72
Binary 10100100 110000 11111010 100010 1010001 0 10 100010010 1011111 111010

Color Harmonies of #A430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430FA

Black with #A430FA

Text Example


Text Example

White with #A430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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