Html Css Color HEX #A82AF9 Blue Violet

📋 copy color: '#A82AF9'

red 168 ◦ green 42 ◦ blue 249

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

Shades of Blue Violet #A82AF9

Tints of Blue Violet #A82AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.15%

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 36.6%
G = 9.15%
B = 54.25%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A82AF9 (or 0xA82AF9) is known color: Blue Violet. HEX triplet: A8, 2A and F9. RGB value is (168,42,249). Sum of RGB (Red+Green+Blue) = 168+42+249=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #A82AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82AF9 is #57D506. Grayscale: #666666. Windows color (decimal): -5756167 or 16329384. OLE color: 16329384.

HSL color Cylindrical-coordinate representation of color #A82AF9: hue angle of 276.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A82AF9 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 42 249 -
CMYK 0.33 0.83 0 0.02
HSL 276.52º 0.95% 0.57% -
HSV(B) 276.52º 0.83% 0.98% -
XYZ 34.08 16.82 91.07 -
YUV 103.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 168 42 249 0.33 0.83 0 0.02 276.52 0.95 0.57
Hex A8 2A F9 21 53 0 2 115 5F 39
Octal 250 52 371 41 123 0 2 425 137 71
Binary 10101000 101010 11111001 100001 1010011 0 10 100010101 1011111 111001

Color Harmonies of #A82AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AF9

Black with #A82AF9

Text Example


Text Example

White with #A82AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AF9; }

 p { color: rgb(168,42,249); }

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

background-color css

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

 a { background-color: rgb(168,42,249); }

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

border-color css

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

 span { border-color: rgb(168,42,249); }

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