Html Css Color HEX #A34EFD Blue Violet

📋 copy color: '#A34EFD'

red 163 ◦ green 78 ◦ blue 253

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

Shades of Blue Violet #A34EFD

Tints of Blue Violet #A34EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 33%
G = 15.79%
B = 51.21%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A34EFD (or 0xA34EFD) is known color: Blue Violet. HEX triplet: A3, 4E and FD. RGB value is (163,78,253). Sum of RGB (Red+Green+Blue) = 163+78+253=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #A34EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EFD is #5CB102. Grayscale: #7A7A7A. Windows color (decimal): -6074627 or 16600739. OLE color: 16600739.

HSL color Cylindrical-coordinate representation of color #A34EFD: hue angle of 269.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34EFD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 78 253 -
CMYK 0.36 0.69 0 0.01
HSL 269.14º 0.98% 0.65% -
HSV(B) 269.14º 0.69% 0.99% -
XYZ 35.56 20.33 94.98 -
YUV 123.37 201.16 156.27 -
System Red Green Blue C M Y K H S L
Decimal 163 78 253 0.36 0.69 0 0.01 269.14 0.98 0.65
Hex A3 4E FD 24 45 0 1 10D 62 41
Octal 243 116 375 44 105 0 1 415 142 101
Binary 10100011 1001110 11111101 100100 1000101 0 1 100001101 1100010 1000001

Color Harmonies of #A34EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EFD

Black with #A34EFD

Text Example


Text Example

White with #A34EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EFD; }

 p { color: rgb(163,78,253); }

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

background-color css

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

 a { background-color: rgb(163,78,253); }

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

border-color css

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

 span { border-color: rgb(163,78,253); }

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