Html Css Color HEX #A826F1 Blue Violet

📋 copy color: '#A826F1'

red 168 ◦ green 38 ◦ blue 241

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

Shades of Blue Violet #A826F1

Tints of Blue Violet #A826F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.91%

R = 37.58%
G = 8.5%
B = 53.91%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A826F1 (or 0xA826F1) is known color: Blue Violet. HEX triplet: A8, 26 and F1. RGB value is (168,38,241). Sum of RGB (Red+Green+Blue) = 168+38+241=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #A826F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826F1 is #57D90E. Grayscale: #636363. Windows color (decimal): -5757199 or 15804072. OLE color: 15804072.

HSL color Cylindrical-coordinate representation of color #A826F1: hue angle of 278.42º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826F1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 38 241 -
CMYK 0.30 0.84 0 0.05
HSL 278.42º 0.88% 0.55% -
HSV(B) 278.42º 0.84% 0.95% -
XYZ 32.72 16.06 84.59 -
YUV 100.01 207.57 176.49 -
System Red Green Blue C M Y K H S L
Decimal 168 38 241 0.30 0.84 0 0.05 278.42 0.88 0.55
Hex A8 26 F1 1E 54 0 5 116 58 37
Octal 250 46 361 36 124 0 5 426 130 67
Binary 10101000 100110 11110001 11110 1010100 0 101 100010110 1011000 110111

Color Harmonies of #A826F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826F1

Black with #A826F1

Text Example


Text Example

White with #A826F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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