Html Css Color HEX #A417EF Blue Violet

📋 copy color: '#A417EF'

red 164 ◦ green 23 ◦ blue 239

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

Shades of Blue Violet #A417EF

Tints of Blue Violet #A417EF

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

 GREEN value IS 23 (9.38% from 255) = 5.4%

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

R = 38.5%
G = 5.4%
B = 56.1%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A417EF (or 0xA417EF) is known color: Blue Violet. HEX triplet: A4, 17 and EF. RGB value is (164,23,239). Sum of RGB (Red+Green+Blue) = 164+23+239=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #A417EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417EF is #5BE810. Grayscale: #595959. Windows color (decimal): -6023185 or 15669156. OLE color: 15669156.

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

Color convert

RGB 164 23 239 -
CMYK 0.31 0.90 0 0.06
HSL 279.17º 0.87% 0.51% -
HSV(B) 279.17º 0.9% 0.94% -
XYZ 31.2 14.74 82.86 -
YUV 89.78 212.21 180.94 -
System Red Green Blue C M Y K H S L
Decimal 164 23 239 0.31 0.90 0 0.06 279.17 0.87 0.51
Hex A4 17 EF 1F 5A 0 6 117 57 33
Octal 244 27 357 37 132 0 6 427 127 63
Binary 10100100 10111 11101111 11111 1011010 0 110 100010111 1010111 110011

Color Harmonies of #A417EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417EF

Black with #A417EF

Text Example


Text Example

White with #A417EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417EF; }

 p { color: rgb(164,23,239); }

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

background-color css

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

 a { background-color: rgb(164,23,239); }

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

border-color css

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

 span { border-color: rgb(164,23,239); }

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