Html Css Color HEX #A74FFF Blue Violet

📋 copy color: '#A74FFF'

red 167 ◦ green 79 ◦ blue 255

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

Shades of Blue Violet #A74FFF

Tints of Blue Violet #A74FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

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

R = 33.33%
G = 15.77%
B = 50.9%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A74FFF (or 0xA74FFF) is known color: Blue Violet. HEX triplet: A7, 4F and FF. RGB value is (167,79,255). Sum of RGB (Red+Green+Blue) = 167+79+255=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A74FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FFF is #58B000. Grayscale: #7C7C7C. Windows color (decimal): -5812225 or 16732071. OLE color: 16732071.

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

Color convert

RGB 167 79 255 -
CMYK 0.35 0.69 0 0
HSL 270º 1% 0.65% -
HSV(B) 270º 0.69% 1% -
XYZ 36.78 21.03 96.73 -
YUV 125.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 167 79 255 0.35 0.69 0 0 270 1 0.65
Hex A7 4F FF 23 45 0 0 10E 64 41
Octal 247 117 377 43 105 0 0 416 144 101
Binary 10100111 1001111 11111111 100011 1000101 0 0 100001110 1100100 1000001

Color Harmonies of #A74FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FFF

Black with #A74FFF

Text Example


Text Example

White with #A74FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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