Html Css Color HEX #A41BEC Blue Violet

📋 copy color: '#A41BEC'

red 164 ◦ green 27 ◦ blue 236

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

Shades of Blue Violet #A41BEC

Tints of Blue Violet #A41BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.32%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 38.41%
G = 6.32%
B = 55.27%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A41BEC (or 0xA41BEC) is known color: Blue Violet. HEX triplet: A4, 1B and EC. RGB value is (164,27,236). Sum of RGB (Red+Green+Blue) = 164+27+236=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #A41BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BEC is #5BE413. Grayscale: #5B5B5B. Windows color (decimal): -6022164 or 15473572. OLE color: 15473572.

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

Color convert

RGB 164 27 236 -
CMYK 0.31 0.89 0 0.07
HSL 279.33º 0.85% 0.52% -
HSV(B) 279.33º 0.89% 0.93% -
XYZ 30.84 14.73 80.57 -
YUV 91.79 209.39 179.51 -
System Red Green Blue C M Y K H S L
Decimal 164 27 236 0.31 0.89 0 0.07 279.33 0.85 0.52
Hex A4 1B EC 1F 59 0 7 117 55 34
Octal 244 33 354 37 131 0 7 427 125 64
Binary 10100100 11011 11101100 11111 1011001 0 111 100010111 1010101 110100

Color Harmonies of #A41BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BEC

Black with #A41BEC

Text Example


Text Example

White with #A41BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BEC; }

 p { color: rgb(164,27,236); }

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

background-color css

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

 a { background-color: rgb(164,27,236); }

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

border-color css

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

 span { border-color: rgb(164,27,236); }

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