Html Css Color HEX #A74DFF Blue Violet

📋 copy color: '#A74DFF'

red 167 ◦ green 77 ◦ blue 255

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

Shades of Blue Violet #A74DFF

Tints of Blue Violet #A74DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.43%

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

R = 33.47%
G = 15.43%
B = 51.1%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A74DFF (or 0xA74DFF) is known color: Blue Violet. HEX triplet: A7, 4D and FF. RGB value is (167,77,255). Sum of RGB (Red+Green+Blue) = 167+77+255=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #A74DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DFF is #58B200. Grayscale: #7B7B7B. Windows color (decimal): -5812737 or 16731559. OLE color: 16731559.

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

Color convert

RGB 167 77 255 -
CMYK 0.35 0.70 0 0
HSL 270.34º 1% 0.65% -
HSV(B) 270.34º 0.7% 1% -
XYZ 36.64 20.74 96.68 -
YUV 124.2 201.82 158.53 -
System Red Green Blue C M Y K H S L
Decimal 167 77 255 0.35 0.70 0 0 270.34 1 0.65
Hex A7 4D FF 23 46 0 0 10E 64 41
Octal 247 115 377 43 106 0 0 416 144 101
Binary 10100111 1001101 11111111 100011 1000110 0 0 100001110 1100100 1000001

Color Harmonies of #A74DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74DFF

Black with #A74DFF

Text Example


Text Example

White with #A74DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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