Html Css Color HEX #A641FB Blue Violet

📋 copy color: '#A641FB'

red 166 ◦ green 65 ◦ blue 251

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

Shades of Blue Violet #A641FB

Tints of Blue Violet #A641FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 34.44%
G = 13.49%
B = 52.07%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A641FB (or 0xA641FB) is known color: Blue Violet. HEX triplet: A6, 41 and FB. RGB value is (166,65,251). Sum of RGB (Red+Green+Blue) = 166+65+251=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A641FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FB is #59BE04. Grayscale: #737373. Windows color (decimal): -5881349 or 16466342. OLE color: 16466342.

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

Color convert

RGB 166 65 251 -
CMYK 0.34 0.74 0 0.02
HSL 272.58º 0.96% 0.62% -
HSV(B) 272.58º 0.74% 0.98% -
XYZ 35.03 18.85 93.06 -
YUV 116.4 203.96 163.38 -
System Red Green Blue C M Y K H S L
Decimal 166 65 251 0.34 0.74 0 0.02 272.58 0.96 0.62
Hex A6 41 FB 22 4A 0 2 111 60 3E
Octal 246 101 373 42 112 0 2 421 140 76
Binary 10100110 1000001 11111011 100010 1001010 0 10 100010001 1100000 111110

Color Harmonies of #A641FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641FB

Black with #A641FB

Text Example


Text Example

White with #A641FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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