Html Css Color HEX #A43BEE Blue Violet

📋 copy color: '#A43BEE'

red 164 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #A43BEE

Tints of Blue Violet #A43BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 35.57%
G = 12.8%
B = 51.63%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A43BEE (or 0xA43BEE) is known color: Blue Violet. HEX triplet: A4, 3B and EE. RGB value is (164,59,238). Sum of RGB (Red+Green+Blue) = 164+59+238=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #A43BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43BEE is #5BC411. Grayscale: #6E6E6E. Windows color (decimal): -6013970 or 15612836. OLE color: 15612836.

HSL color Cylindrical-coordinate representation of color #A43BEE: hue angle of 275.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43BEE is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 59 238 -
CMYK 0.31 0.75 0 0.07
HSL 275.2º 0.84% 0.58% -
HSV(B) 275.2º 0.75% 0.93% -
XYZ 32.31 17.19 82.5 -
YUV 110.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 164 59 238 0.31 0.75 0 0.07 275.2 0.84 0.58
Hex A4 3B EE 1F 4B 0 7 113 54 3A
Octal 244 73 356 37 113 0 7 423 124 72
Binary 10100100 111011 11101110 11111 1001011 0 111 100010011 1010100 111010

Color Harmonies of #A43BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BEE

Black with #A43BEE

Text Example


Text Example

White with #A43BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BEE; }

 p { color: rgb(164,59,238); }

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

background-color css

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

 a { background-color: rgb(164,59,238); }

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

border-color css

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

 span { border-color: rgb(164,59,238); }

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