Html Css Color HEX #A71CEF Blue Violet

📋 copy color: '#A71CEF'

red 167 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #A71CEF

Tints of Blue Violet #A71CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 38.48%
G = 6.45%
B = 55.07%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A71CEF (or 0xA71CEF) is known color: Blue Violet. HEX triplet: A7, 1C and EF. RGB value is (167,28,239). Sum of RGB (Red+Green+Blue) = 167+28+239=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #A71CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CEF is #58E310. Grayscale: #5C5C5C. Windows color (decimal): -5825297 or 15670439. OLE color: 15670439.

HSL color Cylindrical-coordinate representation of color #A71CEF: hue angle of 279.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71CEF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 28 239 -
CMYK 0.30 0.88 0 0.06
HSL 279.53º 0.87% 0.52% -
HSV(B) 279.53º 0.88% 0.94% -
XYZ 31.93 15.28 82.93 -
YUV 93.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 167 28 239 0.30 0.88 0 0.06 279.53 0.87 0.52
Hex A7 1C EF 1E 58 0 6 118 57 34
Octal 247 34 357 36 130 0 6 430 127 64
Binary 10100111 11100 11101111 11110 1011000 0 110 100011000 1010111 110100

Color Harmonies of #A71CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CEF

Black with #A71CEF

Text Example


Text Example

White with #A71CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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