Html Css Color HEX #A628FB Blue Violet

📋 copy color: '#A628FB'

red 166 ◦ green 40 ◦ blue 251

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

Shades of Blue Violet #A628FB

Tints of Blue Violet #A628FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 36.32%
G = 8.75%
B = 54.92%

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

#A628FB (or 0xA628FB) is known color: Blue Violet. HEX triplet: A6, 28 and FB. RGB value is (166,40,251). Sum of RGB (Red+Green+Blue) = 166+40+251=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #A628FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628FB is #59D704. Grayscale: #656565. Windows color (decimal): -5887749 or 16459942. OLE color: 16459942.

HSL color Cylindrical-coordinate representation of color #A628FB: hue angle of 275.83º degrees, saturation: 0.96, 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 #A628FB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 40 251 -
CMYK 0.34 0.84 0 0.02
HSL 275.83º 0.96% 0.57% -
HSV(B) 275.83º 0.84% 0.98% -
XYZ 33.9 16.59 92.68 -
YUV 101.73 212.24 173.84 -
System Red Green Blue C M Y K H S L
Decimal 166 40 251 0.34 0.84 0 0.02 275.83 0.96 0.57
Hex A6 28 FB 22 54 0 2 114 60 39
Octal 246 50 373 42 124 0 2 424 140 71
Binary 10100110 101000 11111011 100010 1010100 0 10 100010100 1100000 111001

Color Harmonies of #A628FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628FB

Black with #A628FB

Text Example


Text Example

White with #A628FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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