Html Css Color HEX #A526ED Blue Violet

📋 copy color: '#A526ED'

red 165 ◦ green 38 ◦ blue 237

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

Shades of Blue Violet #A526ED

Tints of Blue Violet #A526ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 37.5%
G = 8.64%
B = 53.86%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A526ED (or 0xA526ED) is known color: Blue Violet. HEX triplet: A5, 26 and ED. RGB value is (165,38,237). Sum of RGB (Red+Green+Blue) = 165+38+237=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A526ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526ED is #5AD912. Grayscale: #616161. Windows color (decimal): -5953811 or 15541925. OLE color: 15541925.

HSL color Cylindrical-coordinate representation of color #A526ED: hue angle of 278.29º 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 #A526ED is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 38 237 -
CMYK 0.30 0.84 0 0.07
HSL 278.29º 0.85% 0.54% -
HSV(B) 278.29º 0.84% 0.93% -
XYZ 31.5 15.5 81.45 -
YUV 98.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 165 38 237 0.30 0.84 0 0.07 278.29 0.85 0.54
Hex A5 26 ED 1E 54 0 7 116 55 36
Octal 245 46 355 36 124 0 7 426 125 66
Binary 10100101 100110 11101101 11110 1010100 0 111 100010110 1010101 110110

Color Harmonies of #A526ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526ED

Black with #A526ED

Text Example


Text Example

White with #A526ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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