Html Css Color HEX #A826F9 Blue Violet

📋 copy color: '#A826F9'

red 168 ◦ green 38 ◦ blue 249

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

Shades of Blue Violet #A826F9

Tints of Blue Violet #A826F9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.35%

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

R = 36.92%
G = 8.35%
B = 54.73%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A826F9 (or 0xA826F9) is known color: Blue Violet. HEX triplet: A8, 26 and F9. RGB value is (168,38,249). Sum of RGB (Red+Green+Blue) = 168+38+249=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #A826F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826F9 is #57D906. Grayscale: #646464. Windows color (decimal): -5757191 or 16328360. OLE color: 16328360.

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

Color convert

RGB 168 38 249 -
CMYK 0.33 0.85 0 0.02
HSL 276.97º 0.95% 0.56% -
HSV(B) 276.97º 0.85% 0.98% -
XYZ 33.94 16.55 91.03 -
YUV 100.92 211.57 175.84 -
System Red Green Blue C M Y K H S L
Decimal 168 38 249 0.33 0.85 0 0.02 276.97 0.95 0.56
Hex A8 26 F9 21 55 0 2 115 5F 38
Octal 250 46 371 41 125 0 2 425 137 70
Binary 10101000 100110 11111001 100001 1010101 0 10 100010101 1011111 111000

Color Harmonies of #A826F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826F9

Black with #A826F9

Text Example


Text Example

White with #A826F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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