Html Css Color HEX #A826FA Blue Violet

📋 copy color: '#A826FA'

red 168 ◦ green 38 ◦ blue 250

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

Shades of Blue Violet #A826FA

Tints of Blue Violet #A826FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 36.84%
G = 8.33%
B = 54.82%

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

#A826FA (or 0xA826FA) is known color: Blue Violet. HEX triplet: A8, 26 and FA. RGB value is (168,38,250). Sum of RGB (Red+Green+Blue) = 168+38+250=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #A826FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826FA is #57D905. Grayscale: #646464. Windows color (decimal): -5757190 or 16393896. OLE color: 16393896.

HSL color Cylindrical-coordinate representation of color #A826FA: hue angle of 276.79º 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 #A826FA is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 38 250 -
CMYK 0.33 0.85 0 0.02
HSL 276.79º 0.95% 0.56% -
HSV(B) 276.79º 0.85% 0.98% -
XYZ 34.1 16.61 91.85 -
YUV 101.04 212.07 175.76 -
System Red Green Blue C M Y K H S L
Decimal 168 38 250 0.33 0.85 0 0.02 276.79 0.95 0.56
Hex A8 26 FA 21 55 0 2 115 5F 38
Octal 250 46 372 41 125 0 2 425 137 70
Binary 10101000 100110 11111010 100001 1010101 0 10 100010101 1011111 111000

Color Harmonies of #A826FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826FA

Black with #A826FA

Text Example


Text Example

White with #A826FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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