Html Css Color HEX #A844FA Blue Violet

📋 copy color: '#A844FA'

red 168 ◦ green 68 ◦ blue 250

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

Shades of Blue Violet #A844FA

Tints of Blue Violet #A844FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

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

R = 34.57%
G = 13.99%
B = 51.44%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A844FA (or 0xA844FA) is known color: Blue Violet. HEX triplet: A8, 44 and FA. RGB value is (168,68,250). Sum of RGB (Red+Green+Blue) = 168+68+250=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #A844FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844FA is #57BB05. Grayscale: #767676. Windows color (decimal): -5749510 or 16401576. OLE color: 16401576.

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

Color convert

RGB 168 68 250 -
CMYK 0.33 0.73 0 0.02
HSL 272.97º 0.95% 0.62% -
HSV(B) 272.97º 0.73% 0.98% -
XYZ 35.47 19.36 92.31 -
YUV 118.65 202.13 163.2 -
System Red Green Blue C M Y K H S L
Decimal 168 68 250 0.33 0.73 0 0.02 272.97 0.95 0.62
Hex A8 44 FA 21 49 0 2 111 5F 3E
Octal 250 104 372 41 111 0 2 421 137 76
Binary 10101000 1000100 11111010 100001 1001001 0 10 100010001 1011111 111110

Color Harmonies of #A844FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844FA

Black with #A844FA

Text Example


Text Example

White with #A844FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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