Html Css Color HEX #A830F4 Blue Violet

📋 copy color: '#A830F4'

red 168 ◦ green 48 ◦ blue 244

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

Shades of Blue Violet #A830F4

Tints of Blue Violet #A830F4

RGB

 RED value IS 168 (66.02% from 255) = 36.52%

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

 BLUE value IS 244 (95.7% from 255) = 53.04%

R = 36.52%
G = 10.43%
B = 53.04%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A830F4 (or 0xA830F4) is known color: Blue Violet. HEX triplet: A8, 30 and F4. RGB value is (168,48,244). Sum of RGB (Red+Green+Blue) = 168+48+244=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #A830F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830F4 is #57CF0B. Grayscale: #696969. Windows color (decimal): -5754636 or 16003240. OLE color: 16003240.

HSL color Cylindrical-coordinate representation of color #A830F4: hue angle of 276.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A830F4 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 48 244 -
CMYK 0.31 0.80 0 0.04
HSL 276.73º 0.9% 0.57% -
HSV(B) 276.73º 0.8% 0.96% -
XYZ 33.53 16.97 87.1 -
YUV 106.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 168 48 244 0.31 0.80 0 0.04 276.73 0.9 0.57
Hex A8 30 F4 1F 50 0 4 115 5A 39
Octal 250 60 364 37 120 0 4 425 132 71
Binary 10101000 110000 11110100 11111 1010000 0 100 100010101 1011010 111001

Color Harmonies of #A830F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830F4

Black with #A830F4

Text Example


Text Example

White with #A830F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830F4; }

 p { color: rgb(168,48,244); }

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

background-color css

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

 a { background-color: rgb(168,48,244); }

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

border-color css

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

 span { border-color: rgb(168,48,244); }

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