Html Css Color HEX #A417EE Blue Violet

📋 copy color: '#A417EE'

red 164 ◦ green 23 ◦ blue 238

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

Shades of Blue Violet #A417EE

Tints of Blue Violet #A417EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56%

R = 38.59%
G = 5.41%
B = 56%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A417EE (or 0xA417EE) is known color: Blue Violet. HEX triplet: A4, 17 and EE. RGB value is (164,23,238). Sum of RGB (Red+Green+Blue) = 164+23+238=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #A417EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417EE is #5BE811. Grayscale: #585858. Windows color (decimal): -6023186 or 15603620. OLE color: 15603620.

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

Color convert

RGB 164 23 238 -
CMYK 0.31 0.90 0 0.07
HSL 279.35º 0.86% 0.51% -
HSV(B) 279.35º 0.9% 0.93% -
XYZ 31.05 14.68 82.09 -
YUV 89.67 211.71 181.02 -
System Red Green Blue C M Y K H S L
Decimal 164 23 238 0.31 0.90 0 0.07 279.35 0.86 0.51
Hex A4 17 EE 1F 5A 0 7 117 56 33
Octal 244 27 356 37 132 0 7 427 126 63
Binary 10100100 10111 11101110 11111 1011010 0 111 100010111 1010110 110011

Color Harmonies of #A417EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417EE

Black with #A417EE

Text Example


Text Example

White with #A417EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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