Html Css Color HEX #A71BEE Blue Violet

📋 copy color: '#A71BEE'

red 167 ◦ green 27 ◦ blue 238

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

Shades of Blue Violet #A71BEE

Tints of Blue Violet #A71BEE

RGB

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

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

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

R = 38.66%
G = 6.25%
B = 55.09%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A71BEE (or 0xA71BEE) is known color: Blue Violet. HEX triplet: A7, 1B and EE. RGB value is (167,27,238). Sum of RGB (Red+Green+Blue) = 167+27+238=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #A71BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BEE is #58E411. Grayscale: #5C5C5C. Windows color (decimal): -5825554 or 15604647. OLE color: 15604647.

HSL color Cylindrical-coordinate representation of color #A71BEE: hue angle of 279.81º degrees, saturation: 0.86, 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 #A71BEE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 27 238 -
CMYK 0.30 0.89 0 0.07
HSL 279.81º 0.86% 0.52% -
HSV(B) 279.81º 0.89% 0.93% -
XYZ 31.76 15.17 82.14 -
YUV 92.91 209.88 180.84 -
System Red Green Blue C M Y K H S L
Decimal 167 27 238 0.30 0.89 0 0.07 279.81 0.86 0.52
Hex A7 1B EE 1E 59 0 7 118 56 34
Octal 247 33 356 36 131 0 7 430 126 64
Binary 10100111 11011 11101110 11110 1011001 0 111 100011000 1010110 110100

Color Harmonies of #A71BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BEE

Black with #A71BEE

Text Example


Text Example

White with #A71BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BEE; }

 p { color: rgb(167,27,238); }

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

background-color css

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

 a { background-color: rgb(167,27,238); }

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

border-color css

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

 span { border-color: rgb(167,27,238); }

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