Html Css Color HEX #A71BF2 Blue Violet

📋 copy color: '#A71BF2'

red 167 ◦ green 27 ◦ blue 242

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

Shades of Blue Violet #A71BF2

Tints of Blue Violet #A71BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.5%

R = 38.3%
G = 6.19%
B = 55.5%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A71BF2 (or 0xA71BF2) is known color: Blue Violet. HEX triplet: A7, 1B and F2. RGB value is (167,27,242). Sum of RGB (Red+Green+Blue) = 167+27+242=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #A71BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BF2 is #58E40D. Grayscale: #5C5C5C. Windows color (decimal): -5825550 or 15866791. OLE color: 15866791.

HSL color Cylindrical-coordinate representation of color #A71BF2: hue angle of 279.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71BF2 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 27 242 -
CMYK 0.31 0.89 0 0.05
HSL 279.07º 0.89% 0.53% -
HSV(B) 279.07º 0.89% 0.95% -
XYZ 32.36 15.41 85.27 -
YUV 93.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 167 27 242 0.31 0.89 0 0.05 279.07 0.89 0.53
Hex A7 1B F2 1F 59 0 5 117 59 35
Octal 247 33 362 37 131 0 5 427 131 65
Binary 10100111 11011 11110010 11111 1011001 0 101 100010111 1011001 110101

Color Harmonies of #A71BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BF2

Black with #A71BF2

Text Example


Text Example

White with #A71BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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