Html Css Color HEX #A728FA Blue Violet

📋 copy color: '#A728FA'

red 167 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #A728FA

Tints of Blue Violet #A728FA

RGB

 RED value IS 167 (65.63% from 255) = 36.54%

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

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

R = 36.54%
G = 8.75%
B = 54.7%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A728FA (or 0xA728FA) is known color: Blue Violet. HEX triplet: A7, 28 and FA. RGB value is (167,40,250). Sum of RGB (Red+Green+Blue) = 167+40+250=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #A728FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728FA is #58D705. Grayscale: #656565. Windows color (decimal): -5822214 or 16394407. OLE color: 16394407.

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

Color convert

RGB 167 40 250 -
CMYK 0.33 0.84 0 0.02
HSL 276.29º 0.95% 0.57% -
HSV(B) 276.29º 0.84% 0.98% -
XYZ 33.95 16.64 91.86 -
YUV 101.91 211.58 174.42 -
System Red Green Blue C M Y K H S L
Decimal 167 40 250 0.33 0.84 0 0.02 276.29 0.95 0.57
Hex A7 28 FA 21 54 0 2 114 5F 39
Octal 247 50 372 41 124 0 2 424 137 71
Binary 10100111 101000 11111010 100001 1010100 0 10 100010100 1011111 111001

Color Harmonies of #A728FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728FA

Black with #A728FA

Text Example


Text Example

White with #A728FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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