Html Css Color HEX #A749FF Blue Violet

📋 copy color: '#A749FF'

red 167 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #A749FF

Tints of Blue Violet #A749FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.75%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 33.74%
G = 14.75%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A749FF (or 0xA749FF) is known color: Blue Violet. HEX triplet: A7, 49 and FF. RGB value is (167,73,255). Sum of RGB (Red+Green+Blue) = 167+73+255=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A749FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A749FF is #58B600. Grayscale: #797979. Windows color (decimal): -5813761 or 16730535. OLE color: 16730535.

HSL color Cylindrical-coordinate representation of color #A749FF: hue angle of 270.99º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A749FF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 73 255 -
CMYK 0.35 0.71 0 0
HSL 270.99º 1% 0.64% -
HSV(B) 270.99º 0.71% 1% -
XYZ 36.37 20.2 96.59 -
YUV 121.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 167 73 255 0.35 0.71 0 0 270.99 1 0.64
Hex A7 49 FF 23 47 0 0 10F 64 40
Octal 247 111 377 43 107 0 0 417 144 100
Binary 10100111 1001001 11111111 100011 1000111 0 0 100001111 1100100 1000000

Color Harmonies of #A749FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749FF

Black with #A749FF

Text Example


Text Example

White with #A749FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749FF; }

 p { color: rgb(167,73,255); }

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

background-color css

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

 a { background-color: rgb(167,73,255); }

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

border-color css

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

 span { border-color: rgb(167,73,255); }

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