Html Css Color HEX #A830FD Blue Violet

📋 copy color: '#A830FD'

red 168 ◦ green 48 ◦ blue 253

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

Shades of Blue Violet #A830FD

Tints of Blue Violet #A830FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 35.82%
G = 10.23%
B = 53.94%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A830FD (or 0xA830FD) is known color: Blue Violet. HEX triplet: A8, 30 and FD. RGB value is (168,48,253). Sum of RGB (Red+Green+Blue) = 168+48+253=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #A830FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830FD is #57CF02. Grayscale: #6A6A6A. Windows color (decimal): -5754627 or 16593064. OLE color: 16593064.

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

Color convert

RGB 168 48 253 -
CMYK 0.34 0.81 0 0.01
HSL 275.12º 0.98% 0.59% -
HSV(B) 275.12º 0.81% 0.99% -
XYZ 34.94 17.53 94.47 -
YUV 107.25 210.26 171.33 -
System Red Green Blue C M Y K H S L
Decimal 168 48 253 0.34 0.81 0 0.01 275.12 0.98 0.59
Hex A8 30 FD 22 51 0 1 113 62 3B
Octal 250 60 375 42 121 0 1 423 142 73
Binary 10101000 110000 11111101 100010 1010001 0 1 100010011 1100010 111011

Color Harmonies of #A830FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830FD

Black with #A830FD

Text Example


Text Example

White with #A830FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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