Html Css Color HEX #A71BED Blue Violet

📋 copy color: '#A71BED'

red 167 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #A71BED

Tints of Blue Violet #A71BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 38.75%
G = 6.26%
B = 54.99%

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

#A71BED (or 0xA71BED) is known color: Blue Violet. HEX triplet: A7, 1B and ED. RGB value is (167,27,237). Sum of RGB (Red+Green+Blue) = 167+27+237=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #A71BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BED is #58E412. Grayscale: #5C5C5C. Windows color (decimal): -5825555 or 15539111. OLE color: 15539111.

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

Color convert

RGB 167 27 237 -
CMYK 0.30 0.89 0 0.07
HSL 280º 0.85% 0.52% -
HSV(B) 280º 0.89% 0.93% -
XYZ 31.61 15.11 81.37 -
YUV 92.8 209.38 180.92 -
System Red Green Blue C M Y K H S L
Decimal 167 27 237 0.30 0.89 0 0.07 280 0.85 0.52
Hex A7 1B ED 1E 59 0 7 118 55 34
Octal 247 33 355 36 131 0 7 430 125 64
Binary 10100111 11011 11101101 11110 1011001 0 111 100011000 1010101 110100

Color Harmonies of #A71BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BED

Black with #A71BED

Text Example


Text Example

White with #A71BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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