Html Css Color HEX #A61CEF Blue Violet

📋 copy color: '#A61CEF'

red 166 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #A61CEF

Tints of Blue Violet #A61CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.47%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 38.34%
G = 6.47%
B = 55.2%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A61CEF (or 0xA61CEF) is known color: Blue Violet. HEX triplet: A6, 1C and EF. RGB value is (166,28,239). Sum of RGB (Red+Green+Blue) = 166+28+239=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #A61CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CEF is #59E310. Grayscale: #5C5C5C. Windows color (decimal): -5890833 or 15670438. OLE color: 15670438.

HSL color Cylindrical-coordinate representation of color #A61CEF: hue angle of 279.24º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61CEF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 28 239 -
CMYK 0.31 0.88 0 0.06
HSL 279.24º 0.87% 0.52% -
HSV(B) 279.24º 0.88% 0.94% -
XYZ 31.72 15.17 82.92 -
YUV 93.32 210.22 179.84 -
System Red Green Blue C M Y K H S L
Decimal 166 28 239 0.31 0.88 0 0.06 279.24 0.87 0.52
Hex A6 1C EF 1F 58 0 6 117 57 34
Octal 246 34 357 37 130 0 6 427 127 64
Binary 10100110 11100 11101111 11111 1011000 0 110 100010111 1010111 110100

Color Harmonies of #A61CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CEF

Black with #A61CEF

Text Example


Text Example

White with #A61CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CEF; }

 p { color: rgb(166,28,239); }

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

background-color css

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

 a { background-color: rgb(166,28,239); }

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

border-color css

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

 span { border-color: rgb(166,28,239); }

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