Html Css Color HEX #A830EB Blue Violet

📋 copy color: '#A830EB'

red 168 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #A830EB

Tints of Blue Violet #A830EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 37.25%
G = 10.64%
B = 52.11%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A830EB (or 0xA830EB) is known color: Blue Violet. HEX triplet: A8, 30 and EB. RGB value is (168,48,235). Sum of RGB (Red+Green+Blue) = 168+48+235=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #A830EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830EB is #57CF14. Grayscale: #686868. Windows color (decimal): -5754645 or 15413416. OLE color: 15413416.

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

Color convert

RGB 168 48 235 -
CMYK 0.29 0.80 0 0.08
HSL 278.5º 0.82% 0.55% -
HSV(B) 278.5º 0.8% 0.92% -
XYZ 32.2 16.44 80.07 -
YUV 105.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 168 48 235 0.29 0.80 0 0.08 278.5 0.82 0.55
Hex A8 30 EB 1D 50 0 8 117 52 37
Octal 250 60 353 35 120 0 10 427 122 67
Binary 10101000 110000 11101011 11101 1010000 0 1000 100010111 1010010 110111

Color Harmonies of #A830EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830EB

Black with #A830EB

Text Example


Text Example

White with #A830EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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