Html Css Color HEX #A61BF2 Blue Violet

📋 copy color: '#A61BF2'

red 166 ◦ green 27 ◦ blue 242

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

Shades of Blue Violet #A61BF2

Tints of Blue Violet #A61BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.21%

 BLUE value IS 242 (94.92% from 255) = 55.63%

R = 38.16%
G = 6.21%
B = 55.63%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A61BF2 (or 0xA61BF2) is known color: Blue Violet. HEX triplet: A6, 1B and F2. RGB value is (166,27,242). Sum of RGB (Red+Green+Blue) = 166+27+242=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #A61BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BF2 is #59E40D. Grayscale: #5C5C5C. Windows color (decimal): -5891086 or 15866790. OLE color: 15866790.

HSL color Cylindrical-coordinate representation of color #A61BF2: hue angle of 278.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61BF2 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 27 242 -
CMYK 0.31 0.89 0 0.05
HSL 278.79º 0.89% 0.53% -
HSV(B) 278.79º 0.89% 0.95% -
XYZ 32.14 15.3 85.26 -
YUV 93.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 166 27 242 0.31 0.89 0 0.05 278.79 0.89 0.53
Hex A6 1B F2 1F 59 0 5 117 59 35
Octal 246 33 362 37 131 0 5 427 131 65
Binary 10100110 11011 11110010 11111 1011001 0 101 100010111 1011001 110101

Color Harmonies of #A61BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BF2

Black with #A61BF2

Text Example


Text Example

White with #A61BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BF2; }

 p { color: rgb(166,27,242); }

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

background-color css

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

 a { background-color: rgb(166,27,242); }

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

border-color css

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

 span { border-color: rgb(166,27,242); }

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