Html Css Color HEX #A84AFF Blue Violet

📋 copy color: '#A84AFF'

red 168 ◦ green 74 ◦ blue 255

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

Shades of Blue Violet #A84AFF

Tints of Blue Violet #A84AFF

RGB

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

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

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

R = 33.8%
G = 14.89%
B = 51.31%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A84AFF (or 0xA84AFF) is known color: Blue Violet. HEX triplet: A8, 4A and FF. RGB value is (168,74,255). Sum of RGB (Red+Green+Blue) = 168+74+255=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A84AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFF is #57B500. Grayscale: #7A7A7A. Windows color (decimal): -5747969 or 16730792. OLE color: 16730792.

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

Color convert

RGB 168 74 255 -
CMYK 0.34 0.71 0 0
HSL 271.16º 1% 0.65% -
HSV(B) 271.16º 0.71% 1% -
XYZ 36.65 20.44 96.62 -
YUV 122.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 168 74 255 0.34 0.71 0 0 271.16 1 0.65
Hex A8 4A FF 22 47 0 0 10F 64 41
Octal 250 112 377 42 107 0 0 417 144 101
Binary 10101000 1001010 11111111 100010 1000111 0 0 100001111 1100100 1000001

Color Harmonies of #A84AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AFF

Black with #A84AFF

Text Example


Text Example

White with #A84AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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