Html Css Color HEX #A845FA Blue Violet

📋 copy color: '#A845FA'

red 168 ◦ green 69 ◦ blue 250

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

Shades of Blue Violet #A845FA

Tints of Blue Violet #A845FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 34.5%
G = 14.17%
B = 51.33%

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

#A845FA (or 0xA845FA) is known color: Blue Violet. HEX triplet: A8, 45 and FA. RGB value is (168,69,250). Sum of RGB (Red+Green+Blue) = 168+69+250=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #A845FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845FA is #57BA05. Grayscale: #767676. Windows color (decimal): -5749254 or 16401832. OLE color: 16401832.

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

Color convert

RGB 168 69 250 -
CMYK 0.33 0.72 0 0.02
HSL 272.82º 0.95% 0.63% -
HSV(B) 272.82º 0.72% 0.98% -
XYZ 35.53 19.48 92.33 -
YUV 119.24 201.8 162.78 -
System Red Green Blue C M Y K H S L
Decimal 168 69 250 0.33 0.72 0 0.02 272.82 0.95 0.63
Hex A8 45 FA 21 48 0 2 111 5F 3F
Octal 250 105 372 41 110 0 2 421 137 77
Binary 10101000 1000101 11111010 100001 1001000 0 10 100010001 1011111 111111

Color Harmonies of #A845FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845FA

Black with #A845FA

Text Example


Text Example

White with #A845FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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