Html Css Color HEX #A84AFB Blue Violet

📋 copy color: '#A84AFB'

red 168 ◦ green 74 ◦ blue 251

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

Shades of Blue Violet #A84AFB

Tints of Blue Violet #A84AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 34.08%
G = 15.01%
B = 50.91%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A84AFB (or 0xA84AFB) is known color: Blue Violet. HEX triplet: A8, 4A and FB. RGB value is (168,74,251). Sum of RGB (Red+Green+Blue) = 168+74+251=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A84AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFB is #57B504. Grayscale: #797979. Windows color (decimal): -5747973 or 16468648. OLE color: 16468648.

HSL color Cylindrical-coordinate representation of color #A84AFB: hue angle of 271.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84AFB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 74 251 -
CMYK 0.33 0.71 0 0.02
HSL 271.86º 0.96% 0.64% -
HSV(B) 271.86º 0.71% 0.98% -
XYZ 36.01 20.19 93.27 -
YUV 122.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 168 74 251 0.33 0.71 0 0.02 271.86 0.96 0.64
Hex A8 4A FB 21 47 0 2 110 60 40
Octal 250 112 373 41 107 0 2 420 140 100
Binary 10101000 1001010 11111011 100001 1000111 0 10 100010000 1100000 1000000

Color Harmonies of #A84AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AFB

Black with #A84AFB

Text Example


Text Example

White with #A84AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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