Html Css Color HEX #A333F2 Blue Violet

📋 copy color: '#A333F2'

red 163 ◦ green 51 ◦ blue 242

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

Shades of Blue Violet #A333F2

Tints of Blue Violet #A333F2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 35.75%
G = 11.18%
B = 53.07%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A333F2 (or 0xA333F2) is known color: Blue Violet. HEX triplet: A3, 33 and F2. RGB value is (163,51,242). Sum of RGB (Red+Green+Blue) = 163+51+242=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #A333F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A333F2 is #5CCC0D. Grayscale: #696969. Windows color (decimal): -6081550 or 15872931. OLE color: 15872931.

HSL color Cylindrical-coordinate representation of color #A333F2: hue angle of 275.18º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A333F2 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 51 242 -
CMYK 0.33 0.79 0 0.05
HSL 275.18º 0.88% 0.57% -
HSV(B) 275.18º 0.79% 0.95% -
XYZ 32.32 16.56 85.5 -
YUV 106.26 204.61 168.47 -
System Red Green Blue C M Y K H S L
Decimal 163 51 242 0.33 0.79 0 0.05 275.18 0.88 0.57
Hex A3 33 F2 21 4F 0 5 113 58 39
Octal 243 63 362 41 117 0 5 423 130 71
Binary 10100011 110011 11110010 100001 1001111 0 101 100010011 1011000 111001

Color Harmonies of #A333F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333F2

Black with #A333F2

Text Example


Text Example

White with #A333F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333F2; }

 p { color: rgb(163,51,242); }

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

background-color css

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

 a { background-color: rgb(163,51,242); }

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

border-color css

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

 span { border-color: rgb(163,51,242); }

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