Html Css Color HEX #A834EF Blue Violet

📋 copy color: '#A834EF'

red 168 ◦ green 52 ◦ blue 239

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

Shades of Blue Violet #A834EF

Tints of Blue Violet #A834EF

RGB

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

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

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

R = 36.6%
G = 11.33%
B = 52.07%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A834EF (or 0xA834EF) is known color: Blue Violet. HEX triplet: A8, 34 and EF. RGB value is (168,52,239). Sum of RGB (Red+Green+Blue) = 168+52+239=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #A834EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834EF is #57CB10. Grayscale: #6B6B6B. Windows color (decimal): -5753617 or 15676584. OLE color: 15676584.

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

Color convert

RGB 168 52 239 -
CMYK 0.30 0.78 0 0.06
HSL 277.22º 0.85% 0.57% -
HSV(B) 277.22º 0.78% 0.94% -
XYZ 32.96 17.01 83.21 -
YUV 108 201.93 170.79 -
System Red Green Blue C M Y K H S L
Decimal 168 52 239 0.30 0.78 0 0.06 277.22 0.85 0.57
Hex A8 34 EF 1E 4E 0 6 115 55 39
Octal 250 64 357 36 116 0 6 425 125 71
Binary 10101000 110100 11101111 11110 1001110 0 110 100010101 1010101 111001

Color Harmonies of #A834EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834EF

Black with #A834EF

Text Example


Text Example

White with #A834EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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