Html Css Color HEX #A625F1 Blue Violet

📋 copy color: '#A625F1'

red 166 ◦ green 37 ◦ blue 241

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

Shades of Blue Violet #A625F1

Tints of Blue Violet #A625F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.33%

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 37.39%
G = 8.33%
B = 54.28%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A625F1 (or 0xA625F1) is known color: Blue Violet. HEX triplet: A6, 25 and F1. RGB value is (166,37,241). Sum of RGB (Red+Green+Blue) = 166+37+241=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #A625F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A625F1 is #59DA0E. Grayscale: #626262. Windows color (decimal): -5888527 or 15803814. OLE color: 15803814.

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

Color convert

RGB 166 37 241 -
CMYK 0.31 0.85 0 0.05
HSL 277.94º 0.88% 0.55% -
HSV(B) 277.94º 0.85% 0.95% -
XYZ 32.26 15.78 84.56 -
YUV 98.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 166 37 241 0.31 0.85 0 0.05 277.94 0.88 0.55
Hex A6 25 F1 1F 55 0 5 116 58 37
Octal 246 45 361 37 125 0 5 426 130 67
Binary 10100110 100101 11110001 11111 1010101 0 101 100010110 1011000 110111

Color Harmonies of #A625F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625F1

Black with #A625F1

Text Example


Text Example

White with #A625F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625F1; }

 p { color: rgb(166,37,241); }

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

background-color css

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

 a { background-color: rgb(166,37,241); }

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

border-color css

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

 span { border-color: rgb(166,37,241); }

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