Html Css Color HEX #A641FC Blue Violet

📋 copy color: '#A641FC'

red 166 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A641FC

Tints of Blue Violet #A641FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 34.37%
G = 13.46%
B = 52.17%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A641FC (or 0xA641FC) is known color: Blue Violet. HEX triplet: A6, 41 and FC. RGB value is (166,65,252). Sum of RGB (Red+Green+Blue) = 166+65+252=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #A641FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FC is #59BE03. Grayscale: #737373. Windows color (decimal): -5881348 or 16531878. OLE color: 16531878.

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

Color convert

RGB 166 65 252 -
CMYK 0.34 0.74 0 0.01
HSL 272.41º 0.97% 0.62% -
HSV(B) 272.41º 0.74% 0.99% -
XYZ 35.19 18.92 93.89 -
YUV 116.52 204.46 163.29 -
System Red Green Blue C M Y K H S L
Decimal 166 65 252 0.34 0.74 0 0.01 272.41 0.97 0.62
Hex A6 41 FC 22 4A 0 1 110 61 3E
Octal 246 101 374 42 112 0 1 420 141 76
Binary 10100110 1000001 11111100 100010 1001010 0 1 100010000 1100001 111110

Color Harmonies of #A641FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641FC

Black with #A641FC

Text Example


Text Example

White with #A641FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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