Html Css Color HEX #A84AFE Blue Violet

📋 copy color: '#A84AFE'

red 168 ◦ green 74 ◦ blue 254

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

Shades of Blue Violet #A84AFE

Tints of Blue Violet #A84AFE

RGB

 RED value IS 168 (66.02% from 255) = 33.87%

 GREEN value IS 74 (29.3% from 255) = 14.92%

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

R = 33.87%
G = 14.92%
B = 51.21%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A84AFE (or 0xA84AFE) is known color: Blue Violet. HEX triplet: A8, 4A and FE. RGB value is (168,74,254). Sum of RGB (Red+Green+Blue) = 168+74+254=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A84AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFE is #57B501. Grayscale: #7A7A7A. Windows color (decimal): -5747970 or 16665256. OLE color: 16665256.

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

Color convert

RGB 168 74 254 -
CMYK 0.34 0.71 0 0.00
HSL 271.33º 0.99% 0.64% -
HSV(B) 271.33º 0.71% 1% -
XYZ 36.49 20.38 95.78 -
YUV 122.63 202.14 160.36 -
System Red Green Blue C M Y K H S L
Decimal 168 74 254 0.34 0.71 0 0.00 271.33 0.99 0.64
Hex A8 4A FE 22 47 0 0 10F 63 40
Octal 250 112 376 42 107 0 0 417 143 100
Binary 10101000 1001010 11111110 100010 1000111 0 0 100001111 1100011 1000000

Color Harmonies of #A84AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AFE

Black with #A84AFE

Text Example


Text Example

White with #A84AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AFE; }

 p { color: rgb(168,74,254); }

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

background-color css

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

 a { background-color: rgb(168,74,254); }

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

border-color css

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

 span { border-color: rgb(168,74,254); }

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