Html Css Color HEX #A849FA Blue Violet

📋 copy color: '#A849FA'

red 168 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #A849FA

Tints of Blue Violet #A849FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.87%

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

R = 34.22%
G = 14.87%
B = 50.92%

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

#A849FA (or 0xA849FA) is known color: Blue Violet. HEX triplet: A8, 49 and FA. RGB value is (168,73,250). Sum of RGB (Red+Green+Blue) = 168+73+250=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #A849FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849FA is #57B605. Grayscale: #787878. Windows color (decimal): -5748230 or 16402856. OLE color: 16402856.

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

Color convert

RGB 168 73 250 -
CMYK 0.33 0.71 0 0.02
HSL 272.2º 0.95% 0.63% -
HSV(B) 272.2º 0.71% 0.98% -
XYZ 35.79 19.99 92.42 -
YUV 121.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 168 73 250 0.33 0.71 0 0.02 272.2 0.95 0.63
Hex A8 49 FA 21 47 0 2 110 5F 3F
Octal 250 111 372 41 107 0 2 420 137 77
Binary 10101000 1001001 11111010 100001 1000111 0 10 100010000 1011111 111111

Color Harmonies of #A849FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849FA

Black with #A849FA

Text Example


Text Example

White with #A849FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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