Html Css Color HEX #A645FD Blue Violet

📋 copy color: '#A645FD'

red 166 ◦ green 69 ◦ blue 253

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

Shades of Blue Violet #A645FD

Tints of Blue Violet #A645FD

RGB

 RED value IS 166 (65.23% from 255) = 34.02%

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

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

R = 34.02%
G = 14.14%
B = 51.84%

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

#A645FD (or 0xA645FD) is known color: Blue Violet. HEX triplet: A6, 45 and FD. RGB value is (166,69,253). Sum of RGB (Red+Green+Blue) = 166+69+253=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #A645FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645FD is #59BA02. Grayscale: #767676. Windows color (decimal): -5880323 or 16598438. OLE color: 16598438.

HSL color Cylindrical-coordinate representation of color #A645FD: hue angle of 271.63º 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 #A645FD is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 69 253 -
CMYK 0.34 0.73 0 0.01
HSL 271.63º 0.98% 0.63% -
HSV(B) 271.63º 0.73% 0.99% -
XYZ 35.58 19.46 94.81 -
YUV 118.98 203.64 161.54 -
System Red Green Blue C M Y K H S L
Decimal 166 69 253 0.34 0.73 0 0.01 271.63 0.98 0.63
Hex A6 45 FD 22 49 0 1 110 62 3F
Octal 246 105 375 42 111 0 1 420 142 77
Binary 10100110 1000101 11111101 100010 1001001 0 1 100010000 1100010 111111

Color Harmonies of #A645FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645FD

Black with #A645FD

Text Example


Text Example

White with #A645FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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