Html Css Color HEX #A534EF Blue Violet

📋 copy color: '#A534EF'

red 165 ◦ green 52 ◦ blue 239

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

Shades of Blue Violet #A534EF

Tints of Blue Violet #A534EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.4%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 36.18%
G = 11.4%
B = 52.41%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A534EF (or 0xA534EF) is known color: Blue Violet. HEX triplet: A5, 34 and EF. RGB value is (165,52,239). Sum of RGB (Red+Green+Blue) = 165+52+239=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #A534EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A534EF is #5ACB10. Grayscale: #6A6A6A. Windows color (decimal): -5950225 or 15676581. OLE color: 15676581.

HSL color Cylindrical-coordinate representation of color #A534EF: hue angle of 276.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A534EF is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 52 239 -
CMYK 0.31 0.78 0 0.06
HSL 276.26º 0.85% 0.57% -
HSV(B) 276.26º 0.78% 0.94% -
XYZ 32.33 16.69 83.18 -
YUV 107.11 202.44 169.29 -
System Red Green Blue C M Y K H S L
Decimal 165 52 239 0.31 0.78 0 0.06 276.26 0.85 0.57
Hex A5 34 EF 1F 4E 0 6 114 55 39
Octal 245 64 357 37 116 0 6 424 125 71
Binary 10100101 110100 11101111 11111 1001110 0 110 100010100 1010101 111001

Color Harmonies of #A534EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534EF

Black with #A534EF

Text Example


Text Example

White with #A534EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534EF; }

 p { color: rgb(165,52,239); }

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

background-color css

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

 a { background-color: rgb(165,52,239); }

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

border-color css

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

 span { border-color: rgb(165,52,239); }

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