Html Css Color HEX #A844F1 Blue Violet

📋 copy color: '#A844F1'

red 168 ◦ green 68 ◦ blue 241

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

Shades of Blue Violet #A844F1

Tints of Blue Violet #A844F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 35.22%
G = 14.26%
B = 50.52%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A844F1 (or 0xA844F1) is known color: Blue Violet. HEX triplet: A8, 44 and F1. RGB value is (168,68,241). Sum of RGB (Red+Green+Blue) = 168+68+241=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #A844F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844F1 is #57BB0E. Grayscale: #757575. Windows color (decimal): -5749519 or 15811752. OLE color: 15811752.

HSL color Cylindrical-coordinate representation of color #A844F1: hue angle of 274.68º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A844F1 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 68 241 -
CMYK 0.30 0.72 0 0.05
HSL 274.68º 0.86% 0.61% -
HSV(B) 274.68º 0.72% 0.95% -
XYZ 34.09 18.81 85.05 -
YUV 117.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 168 68 241 0.30 0.72 0 0.05 274.68 0.86 0.61
Hex A8 44 F1 1E 48 0 5 113 56 3D
Octal 250 104 361 36 110 0 5 423 126 75
Binary 10101000 1000100 11110001 11110 1001000 0 101 100010011 1010110 111101

Color Harmonies of #A844F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844F1

Black with #A844F1

Text Example


Text Example

White with #A844F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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