Html Css Color HEX #A641FE Blue Violet

📋 copy color: '#A641FE'

red 166 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #A641FE

Tints of Blue Violet #A641FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 34.23%
G = 13.4%
B = 52.37%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A641FE (or 0xA641FE) is known color: Blue Violet. HEX triplet: A6, 41 and FE. RGB value is (166,65,254). Sum of RGB (Red+Green+Blue) = 166+65+254=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #A641FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FE is #59BE01. Grayscale: #747474. Windows color (decimal): -5881346 or 16662950. OLE color: 16662950.

HSL color Cylindrical-coordinate representation of color #A641FE: hue angle of 272.06º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A641FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 65 254 -
CMYK 0.35 0.74 0 0.00
HSL 272.06º 0.99% 0.63% -
HSV(B) 272.06º 0.74% 1% -
XYZ 35.51 19.04 95.57 -
YUV 116.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 166 65 254 0.35 0.74 0 0.00 272.06 0.99 0.63
Hex A6 41 FE 23 4A 0 0 110 63 3F
Octal 246 101 376 43 112 0 0 420 143 77
Binary 10100110 1000001 11111110 100011 1001010 0 0 100010000 1100011 111111

Color Harmonies of #A641FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641FE

Black with #A641FE

Text Example


Text Example

White with #A641FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641FE; }

 p { color: rgb(166,65,254); }

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

background-color css

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

 a { background-color: rgb(166,65,254); }

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

border-color css

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

 span { border-color: rgb(166,65,254); }

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