Html Css Color HEX #A34CEF Blue Violet

📋 copy color: '#A34CEF'

red 163 ◦ green 76 ◦ blue 239

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

Shades of Blue Violet #A34CEF

Tints of Blue Violet #A34CEF

RGB

 RED value IS 163 (64.06% from 255) = 34.1%

 GREEN value IS 76 (30.08% from 255) = 15.9%

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

R = 34.1%
G = 15.9%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A34CEF (or 0xA34CEF) is known color: Blue Violet. HEX triplet: A3, 4C and EF. RGB value is (163,76,239). Sum of RGB (Red+Green+Blue) = 163+76+239=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #A34CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CEF is #5CB310. Grayscale: #787878. Windows color (decimal): -6075153 or 15682723. OLE color: 15682723.

HSL color Cylindrical-coordinate representation of color #A34CEF: hue angle of 272.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34CEF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 76 239 -
CMYK 0.32 0.68 0 0.06
HSL 272.02º 0.84% 0.62% -
HSV(B) 272.02º 0.68% 0.94% -
XYZ 33.27 19.19 83.61 -
YUV 120.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 163 76 239 0.32 0.68 0 0.06 272.02 0.84 0.62
Hex A3 4C EF 20 44 0 6 110 54 3E
Octal 243 114 357 40 104 0 6 420 124 76
Binary 10100011 1001100 11101111 100000 1000100 0 110 100010000 1010100 111110

Color Harmonies of #A34CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CEF

Black with #A34CEF

Text Example


Text Example

White with #A34CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CEF; }

 p { color: rgb(163,76,239); }

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

background-color css

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

 a { background-color: rgb(163,76,239); }

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

border-color css

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

 span { border-color: rgb(163,76,239); }

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