Html Css Color HEX #A71DED Blue Violet

📋 copy color: '#A71DED'

red 167 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #A71DED

Tints of Blue Violet #A71DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 38.57%
G = 6.7%
B = 54.73%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A71DED (or 0xA71DED) is known color: Blue Violet. HEX triplet: A7, 1D and ED. RGB value is (167,29,237). Sum of RGB (Red+Green+Blue) = 167+29+237=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A71DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DED is #58E212. Grayscale: #5D5D5D. Windows color (decimal): -5825043 or 15539623. OLE color: 15539623.

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

Color convert

RGB 167 29 237 -
CMYK 0.30 0.88 0 0.07
HSL 279.81º 0.85% 0.52% -
HSV(B) 279.81º 0.88% 0.93% -
XYZ 31.66 15.21 81.39 -
YUV 93.97 208.72 180.09 -
System Red Green Blue C M Y K H S L
Decimal 167 29 237 0.30 0.88 0 0.07 279.81 0.85 0.52
Hex A7 1D ED 1E 58 0 7 118 55 34
Octal 247 35 355 36 130 0 7 430 125 64
Binary 10100111 11101 11101101 11110 1011000 0 111 100011000 1010101 110100

Color Harmonies of #A71DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DED

Black with #A71DED

Text Example


Text Example

White with #A71DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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