Html Css Color HEX #A71CEC Blue Violet

📋 copy color: '#A71CEC'

red 167 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #A71CEC

Tints of Blue Violet #A71CEC

RGB

 RED value IS 167 (65.63% from 255) = 38.75%

 GREEN value IS 28 (11.33% from 255) = 6.5%

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

R = 38.75%
G = 6.5%
B = 54.76%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A71CEC (or 0xA71CEC) is known color: Blue Violet. HEX triplet: A7, 1C and EC. RGB value is (167,28,236). Sum of RGB (Red+Green+Blue) = 167+28+236=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #A71CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CEC is #58E313. Grayscale: #5C5C5C. Windows color (decimal): -5825300 or 15473831. OLE color: 15473831.

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

Color convert

RGB 167 28 236 -
CMYK 0.29 0.88 0 0.07
HSL 280.1º 0.85% 0.52% -
HSV(B) 280.1º 0.88% 0.93% -
XYZ 31.49 15.1 80.61 -
YUV 93.27 208.55 180.59 -
System Red Green Blue C M Y K H S L
Decimal 167 28 236 0.29 0.88 0 0.07 280.1 0.85 0.52
Hex A7 1C EC 1D 58 0 7 118 55 34
Octal 247 34 354 35 130 0 7 430 125 64
Binary 10100111 11100 11101100 11101 1011000 0 111 100011000 1010101 110100

Color Harmonies of #A71CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CEC

Black with #A71CEC

Text Example


Text Example

White with #A71CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CEC; }

 p { color: rgb(167,28,236); }

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

background-color css

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

 a { background-color: rgb(167,28,236); }

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

border-color css

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

 span { border-color: rgb(167,28,236); }

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