Html Css Color HEX #A34CFB Blue Violet

📋 copy color: '#A34CFB'

red 163 ◦ green 76 ◦ blue 251

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

Shades of Blue Violet #A34CFB

Tints of Blue Violet #A34CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 33.27%
G = 15.51%
B = 51.22%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A34CFB (or 0xA34CFB) is known color: Blue Violet. HEX triplet: A3, 4C and FB. RGB value is (163,76,251). Sum of RGB (Red+Green+Blue) = 163+76+251=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #A34CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CFB is #5CB304. Grayscale: #797979. Windows color (decimal): -6075141 or 16469155. OLE color: 16469155.

HSL color Cylindrical-coordinate representation of color #A34CFB: hue angle of 269.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34CFB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 76 251 -
CMYK 0.35 0.70 0 0.02
HSL 269.83º 0.96% 0.64% -
HSV(B) 269.83º 0.7% 0.98% -
XYZ 35.1 19.92 93.26 -
YUV 121.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 163 76 251 0.35 0.70 0 0.02 269.83 0.96 0.64
Hex A3 4C FB 23 46 0 2 10E 60 40
Octal 243 114 373 43 106 0 2 416 140 100
Binary 10100011 1001100 11111011 100011 1000110 0 10 100001110 1100000 1000000

Color Harmonies of #A34CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CFB

Black with #A34CFB

Text Example


Text Example

White with #A34CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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