Html Css Color HEX #A334FD Blue Violet

📋 copy color: '#A334FD'

red 163 ◦ green 52 ◦ blue 253

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

Shades of Blue Violet #A334FD

Tints of Blue Violet #A334FD

RGB

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

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

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

R = 34.83%
G = 11.11%
B = 54.06%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A334FD (or 0xA334FD) is known color: Blue Violet. HEX triplet: A3, 34 and FD. RGB value is (163,52,253). Sum of RGB (Red+Green+Blue) = 163+52+253=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #A334FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334FD is #5CCB02. Grayscale: #6B6B6B. Windows color (decimal): -6081283 or 16594083. OLE color: 16594083.

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

Color convert

RGB 163 52 253 -
CMYK 0.36 0.79 0 0.01
HSL 273.13º 0.98% 0.6% -
HSV(B) 273.13º 0.79% 0.99% -
XYZ 34.06 17.33 94.48 -
YUV 108.1 209.77 167.16 -
System Red Green Blue C M Y K H S L
Decimal 163 52 253 0.36 0.79 0 0.01 273.13 0.98 0.6
Hex A3 34 FD 24 4F 0 1 111 62 3C
Octal 243 64 375 44 117 0 1 421 142 74
Binary 10100011 110100 11111101 100100 1001111 0 1 100010001 1100010 111100

Color Harmonies of #A334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334FD

Black with #A334FD

Text Example


Text Example

White with #A334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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