Html Css Color HEX #A417F0 Blue Violet

📋 copy color: '#A417F0'

red 164 ◦ green 23 ◦ blue 240

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

Shades of Blue Violet #A417F0

Tints of Blue Violet #A417F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.21%

R = 38.41%
G = 5.39%
B = 56.21%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A417F0 (or 0xA417F0) is known color: Blue Violet. HEX triplet: A4, 17 and F0. RGB value is (164,23,240). Sum of RGB (Red+Green+Blue) = 164+23+240=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #A417F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417F0 is #5BE80F. Grayscale: #595959. Windows color (decimal): -6023184 or 15734692. OLE color: 15734692.

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

Color convert

RGB 164 23 240 -
CMYK 0.32 0.90 0 0.06
HSL 278.99º 0.88% 0.52% -
HSV(B) 278.99º 0.9% 0.94% -
XYZ 31.34 14.8 83.64 -
YUV 89.9 212.71 180.86 -
System Red Green Blue C M Y K H S L
Decimal 164 23 240 0.32 0.90 0 0.06 278.99 0.88 0.52
Hex A4 17 F0 20 5A 0 6 117 58 34
Octal 244 27 360 40 132 0 6 427 130 64
Binary 10100100 10111 11110000 100000 1011010 0 110 100010111 1011000 110100

Color Harmonies of #A417F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417F0

Black with #A417F0

Text Example


Text Example

White with #A417F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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