Html Css Color HEX #A830ED Blue Violet

📋 copy color: '#A830ED'

red 168 ◦ green 48 ◦ blue 237

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

Shades of Blue Violet #A830ED

Tints of Blue Violet #A830ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 37.09%
G = 10.6%
B = 52.32%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A830ED (or 0xA830ED) is known color: Blue Violet. HEX triplet: A8, 30 and ED. RGB value is (168,48,237). Sum of RGB (Red+Green+Blue) = 168+48+237=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A830ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830ED is #57CF12. Grayscale: #686868. Windows color (decimal): -5754643 or 15544488. OLE color: 15544488.

HSL color Cylindrical-coordinate representation of color #A830ED: hue angle of 278.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A830ED is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 48 237 -
CMYK 0.29 0.80 0 0.07
HSL 278.1º 0.84% 0.56% -
HSV(B) 278.1º 0.8% 0.93% -
XYZ 32.49 16.55 81.6 -
YUV 105.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 168 48 237 0.29 0.80 0 0.07 278.1 0.84 0.56
Hex A8 30 ED 1D 50 0 7 116 54 38
Octal 250 60 355 35 120 0 7 426 124 70
Binary 10101000 110000 11101101 11101 1010000 0 111 100010110 1010100 111000

Color Harmonies of #A830ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830ED

Black with #A830ED

Text Example


Text Example

White with #A830ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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