Html Css Color HEX #A74EFE Blue Violet

📋 copy color: '#A74EFE'

red 167 ◦ green 78 ◦ blue 254

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

Shades of Blue Violet #A74EFE

Tints of Blue Violet #A74EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 33.47%
G = 15.63%
B = 50.9%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A74EFE (or 0xA74EFE) is known color: Blue Violet. HEX triplet: A7, 4E and FE. RGB value is (167,78,254). Sum of RGB (Red+Green+Blue) = 167+78+254=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A74EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EFE is #58B101. Grayscale: #7C7C7C. Windows color (decimal): -5812482 or 16666279. OLE color: 16666279.

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

Color convert

RGB 167 78 254 -
CMYK 0.34 0.69 0 0.00
HSL 270.34º 0.99% 0.65% -
HSV(B) 270.34º 0.69% 1% -
XYZ 36.55 20.82 95.86 -
YUV 124.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 167 78 254 0.34 0.69 0 0.00 270.34 0.99 0.65
Hex A7 4E FE 22 45 0 0 10E 63 41
Octal 247 116 376 42 105 0 0 416 143 101
Binary 10100111 1001110 11111110 100010 1000101 0 0 100001110 1100011 1000001

Color Harmonies of #A74EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EFE

Black with #A74EFE

Text Example


Text Example

White with #A74EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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