Html Css Color HEX #A628FA Blue Violet

📋 copy color: '#A628FA'

red 166 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #A628FA

Tints of Blue Violet #A628FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 36.4%
G = 8.77%
B = 54.82%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A628FA (or 0xA628FA) is known color: Blue Violet. HEX triplet: A6, 28 and FA. RGB value is (166,40,250). Sum of RGB (Red+Green+Blue) = 166+40+250=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #A628FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628FA is #59D705. Grayscale: #646464. Windows color (decimal): -5887750 or 16394406. OLE color: 16394406.

HSL color Cylindrical-coordinate representation of color #A628FA: hue angle of 276º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628FA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 40 250 -
CMYK 0.34 0.84 0 0.02
HSL 276º 0.95% 0.57% -
HSV(B) 276º 0.84% 0.98% -
XYZ 33.74 16.53 91.85 -
YUV 101.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 166 40 250 0.34 0.84 0 0.02 276 0.95 0.57
Hex A6 28 FA 22 54 0 2 114 5F 39
Octal 246 50 372 42 124 0 2 424 137 71
Binary 10100110 101000 11111010 100010 1010100 0 10 100010100 1011111 111001

Color Harmonies of #A628FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628FA

Black with #A628FA

Text Example


Text Example

White with #A628FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628FA; }

 p { color: rgb(166,40,250); }

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

background-color css

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

 a { background-color: rgb(166,40,250); }

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

border-color css

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

 span { border-color: rgb(166,40,250); }

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