Html Css Color HEX #A826EE Blue Violet

📋 copy color: '#A826EE'

red 168 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #A826EE

Tints of Blue Violet #A826EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 37.84%
G = 8.56%
B = 53.6%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A826EE (or 0xA826EE) is known color: Blue Violet. HEX triplet: A8, 26 and EE. RGB value is (168,38,238). Sum of RGB (Red+Green+Blue) = 168+38+238=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #A826EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826EE is #57D911. Grayscale: #636363. Windows color (decimal): -5757202 or 15607464. OLE color: 15607464.

HSL color Cylindrical-coordinate representation of color #A826EE: hue angle of 279º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826EE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 38 238 -
CMYK 0.29 0.84 0 0.07
HSL 279º 0.85% 0.54% -
HSV(B) 279º 0.84% 0.93% -
XYZ 32.27 15.88 82.25 -
YUV 99.67 206.07 176.74 -
System Red Green Blue C M Y K H S L
Decimal 168 38 238 0.29 0.84 0 0.07 279 0.85 0.54
Hex A8 26 EE 1D 54 0 7 117 55 36
Octal 250 46 356 35 124 0 7 427 125 66
Binary 10101000 100110 11101110 11101 1010100 0 111 100010111 1010101 110110

Color Harmonies of #A826EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826EE

Black with #A826EE

Text Example


Text Example

White with #A826EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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