Html Css Color HEX #A645FA Blue Violet

📋 copy color: '#A645FA'

red 166 ◦ green 69 ◦ blue 250

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

Shades of Blue Violet #A645FA

Tints of Blue Violet #A645FA

RGB

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

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

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

R = 34.23%
G = 14.23%
B = 51.55%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A645FA (or 0xA645FA) is known color: Blue Violet. HEX triplet: A6, 45 and FA. RGB value is (166,69,250). Sum of RGB (Red+Green+Blue) = 166+69+250=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #A645FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645FA is #59BA05. Grayscale: #767676. Windows color (decimal): -5880326 or 16401830. OLE color: 16401830.

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

Color convert

RGB 166 69 250 -
CMYK 0.34 0.72 0 0.02
HSL 272.15º 0.95% 0.63% -
HSV(B) 272.15º 0.72% 0.98% -
XYZ 35.11 19.27 92.31 -
YUV 118.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 166 69 250 0.34 0.72 0 0.02 272.15 0.95 0.63
Hex A6 45 FA 22 48 0 2 110 5F 3F
Octal 246 105 372 42 110 0 2 420 137 77
Binary 10100110 1000101 11111010 100010 1001000 0 10 100010000 1011111 111111

Color Harmonies of #A645FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645FA

Black with #A645FA

Text Example


Text Example

White with #A645FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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