Html Css Color HEX #A526EB Blue Violet

📋 copy color: '#A526EB'

red 165 ◦ green 38 ◦ blue 235

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

Shades of Blue Violet #A526EB

Tints of Blue Violet #A526EB

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

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

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 37.67%
G = 8.68%
B = 53.65%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A526EB (or 0xA526EB) is known color: Blue Violet. HEX triplet: A5, 26 and EB. RGB value is (165,38,235). Sum of RGB (Red+Green+Blue) = 165+38+235=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #A526EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526EB is #5AD914. Grayscale: #616161. Windows color (decimal): -5953813 or 15410853. OLE color: 15410853.

HSL color Cylindrical-coordinate representation of color #A526EB: hue angle of 278.68º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A526EB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 38 235 -
CMYK 0.30 0.84 0 0.08
HSL 278.68º 0.83% 0.54% -
HSV(B) 278.68º 0.84% 0.92% -
XYZ 31.21 15.38 79.92 -
YUV 98.43 205.08 175.48 -
System Red Green Blue C M Y K H S L
Decimal 165 38 235 0.30 0.84 0 0.08 278.68 0.83 0.54
Hex A5 26 EB 1E 54 0 8 117 53 36
Octal 245 46 353 36 124 0 10 427 123 66
Binary 10100101 100110 11101011 11110 1010100 0 1000 100010111 1010011 110110

Color Harmonies of #A526EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526EB

Black with #A526EB

Text Example


Text Example

White with #A526EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526EB; }

 p { color: rgb(165,38,235); }

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

background-color css

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

 a { background-color: rgb(165,38,235); }

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

border-color css

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

 span { border-color: rgb(165,38,235); }

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