Html Css Color HEX #A74EFF Blue Violet

📋 copy color: '#A74EFF'

red 167 ◦ green 78 ◦ blue 255

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

Shades of Blue Violet #A74EFF

Tints of Blue Violet #A74EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.6%

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

R = 33.4%
G = 15.6%
B = 51%

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

#A74EFF (or 0xA74EFF) is known color: Blue Violet. HEX triplet: A7, 4E and FF. RGB value is (167,78,255). Sum of RGB (Red+Green+Blue) = 167+78+255=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A74EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EFF is #58B100. Grayscale: #7C7C7C. Windows color (decimal): -5812481 or 16731815. OLE color: 16731815.

HSL color Cylindrical-coordinate representation of color #A74EFF: hue angle of 270.17º 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 #A74EFF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 78 255 -
CMYK 0.35 0.69 0 0
HSL 270.17º 1% 0.65% -
HSV(B) 270.17º 0.69% 1% -
XYZ 36.71 20.88 96.7 -
YUV 124.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 167 78 255 0.35 0.69 0 0 270.17 1 0.65
Hex A7 4E FF 23 45 0 0 10E 64 41
Octal 247 116 377 43 105 0 0 416 144 101
Binary 10100111 1001110 11111111 100011 1000101 0 0 100001110 1100100 1000001

Color Harmonies of #A74EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EFF

Black with #A74EFF

Text Example


Text Example

White with #A74EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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