Html Css Color HEX #A845F9 Blue Violet

📋 copy color: '#A845F9'

red 168 ◦ green 69 ◦ blue 249

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

Shades of Blue Violet #A845F9

Tints of Blue Violet #A845F9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.2%

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 34.57%
G = 14.2%
B = 51.23%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A845F9 (or 0xA845F9) is known color: Blue Violet. HEX triplet: A8, 45 and F9. RGB value is (168,69,249). Sum of RGB (Red+Green+Blue) = 168+69+249=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #A845F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845F9 is #57BA06. Grayscale: #767676. Windows color (decimal): -5749255 or 16336296. OLE color: 16336296.

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

Color convert

RGB 168 69 249 -
CMYK 0.33 0.72 0 0.02
HSL 273º 0.94% 0.62% -
HSV(B) 273º 0.72% 0.98% -
XYZ 35.38 19.42 91.51 -
YUV 119.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 168 69 249 0.33 0.72 0 0.02 273 0.94 0.62
Hex A8 45 F9 21 48 0 2 111 5E 3E
Octal 250 105 371 41 110 0 2 421 136 76
Binary 10101000 1000101 11111001 100001 1001000 0 10 100010001 1011110 111110

Color Harmonies of #A845F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845F9

Black with #A845F9

Text Example


Text Example

White with #A845F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845F9; }

 p { color: rgb(168,69,249); }

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

background-color css

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

 a { background-color: rgb(168,69,249); }

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

border-color css

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

 span { border-color: rgb(168,69,249); }

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