Html Css Color HEX #A845FD Blue Violet

📋 copy color: '#A845FD'

red 168 ◦ green 69 ◦ blue 253

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

Shades of Blue Violet #A845FD

Tints of Blue Violet #A845FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 34.29%
G = 14.08%
B = 51.63%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A845FD (or 0xA845FD) is known color: Blue Violet. HEX triplet: A8, 45 and FD. RGB value is (168,69,253). Sum of RGB (Red+Green+Blue) = 168+69+253=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #A845FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845FD is #57BA02. Grayscale: #767676. Windows color (decimal): -5749251 or 16598440. OLE color: 16598440.

HSL color Cylindrical-coordinate representation of color #A845FD: hue angle of 272.28º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A845FD is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 69 253 -
CMYK 0.34 0.73 0 0.01
HSL 272.28º 0.98% 0.63% -
HSV(B) 272.28º 0.73% 0.99% -
XYZ 36.01 19.67 94.83 -
YUV 119.58 203.3 162.54 -
System Red Green Blue C M Y K H S L
Decimal 168 69 253 0.34 0.73 0 0.01 272.28 0.98 0.63
Hex A8 45 FD 22 49 0 1 110 62 3F
Octal 250 105 375 42 111 0 1 420 142 77
Binary 10101000 1000101 11111101 100010 1001001 0 1 100010000 1100010 111111

Color Harmonies of #A845FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845FD

Black with #A845FD

Text Example


Text Example

White with #A845FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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