Html Css Color HEX #A527EB Blue Violet

📋 copy color: '#A527EB'

red 165 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #A527EB

Tints of Blue Violet #A527EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.88%

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

R = 37.59%
G = 8.88%
B = 53.53%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A527EB (or 0xA527EB) is known color: Blue Violet. HEX triplet: A5, 27 and EB. RGB value is (165,39,235). Sum of RGB (Red+Green+Blue) = 165+39+235=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #A527EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A527EB is #5AD814. Grayscale: #626262. Windows color (decimal): -5953557 or 15411109. OLE color: 15411109.

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

Color convert

RGB 165 39 235 -
CMYK 0.30 0.83 0 0.08
HSL 278.57º 0.83% 0.54% -
HSV(B) 278.57º 0.83% 0.92% -
XYZ 31.24 15.45 79.93 -
YUV 99.02 204.74 175.06 -
System Red Green Blue C M Y K H S L
Decimal 165 39 235 0.30 0.83 0 0.08 278.57 0.83 0.54
Hex A5 27 EB 1E 53 0 8 117 53 36
Octal 245 47 353 36 123 0 10 427 123 66
Binary 10100101 100111 11101011 11110 1010011 0 1000 100010111 1010011 110110

Color Harmonies of #A527EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527EB

Black with #A527EB

Text Example


Text Example

White with #A527EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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