Html Css Color HEX #A43FEB Blue Violet

📋 copy color: '#A43FEB'

red 164 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #A43FEB

Tints of Blue Violet #A43FEB

RGB

 RED value IS 164 (64.45% from 255) = 35.5%

 GREEN value IS 63 (25% from 255) = 13.64%

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 35.5%
G = 13.64%
B = 50.87%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A43FEB (or 0xA43FEB) is known color: Blue Violet. HEX triplet: A4, 3F and EB. RGB value is (164,63,235). Sum of RGB (Red+Green+Blue) = 164+63+235=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #A43FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43FEB is #5BC014. Grayscale: #707070. Windows color (decimal): -6012949 or 15417252. OLE color: 15417252.

HSL color Cylindrical-coordinate representation of color #A43FEB: hue angle of 275.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43FEB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 63 235 -
CMYK 0.30 0.73 0 0.08
HSL 275.23º 0.81% 0.58% -
HSV(B) 275.23º 0.73% 0.92% -
XYZ 32.08 17.45 80.27 -
YUV 112.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 164 63 235 0.30 0.73 0 0.08 275.23 0.81 0.58
Hex A4 3F EB 1E 49 0 8 113 51 3A
Octal 244 77 353 36 111 0 10 423 121 72
Binary 10100100 111111 11101011 11110 1001001 0 1000 100010011 1010001 111010

Color Harmonies of #A43FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FEB

Black with #A43FEB

Text Example


Text Example

White with #A43FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FEB; }

 p { color: rgb(164,63,235); }

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

background-color css

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

 a { background-color: rgb(164,63,235); }

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

border-color css

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

 span { border-color: rgb(164,63,235); }

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