Html Css Color HEX #A830FF Blue Violet

📋 copy color: '#A830FF'

red 168 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #A830FF

Tints of Blue Violet #A830FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 35.67%
G = 10.19%
B = 54.14%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A830FF (or 0xA830FF) is known color: Blue Violet. HEX triplet: A8, 30 and FF. RGB value is (168,48,255). Sum of RGB (Red+Green+Blue) = 168+48+255=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #A830FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830FF is #57CF00. Grayscale: #6A6A6A. Windows color (decimal): -5754625 or 16724136. OLE color: 16724136.

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

Color convert

RGB 168 48 255 -
CMYK 0.34 0.81 0 0
HSL 274.78º 1% 0.59% -
HSV(B) 274.78º 0.81% 1% -
XYZ 35.26 17.66 96.16 -
YUV 107.48 211.26 171.17 -
System Red Green Blue C M Y K H S L
Decimal 168 48 255 0.34 0.81 0 0 274.78 1 0.59
Hex A8 30 FF 22 51 0 0 113 64 3B
Octal 250 60 377 42 121 0 0 423 144 73
Binary 10101000 110000 11111111 100010 1010001 0 0 100010011 1100100 111011

Color Harmonies of #A830FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830FF

Black with #A830FF

Text Example


Text Example

White with #A830FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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