Html Css Color HEX #A728FC Blue Violet

📋 copy color: '#A728FC'

red 167 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #A728FC

Tints of Blue Violet #A728FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 36.38%
G = 8.71%
B = 54.9%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A728FC (or 0xA728FC) is known color: Blue Violet. HEX triplet: A7, 28 and FC. RGB value is (167,40,252). Sum of RGB (Red+Green+Blue) = 167+40+252=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #A728FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728FC is #58D703. Grayscale: #656565. Windows color (decimal): -5822212 or 16525479. OLE color: 16525479.

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

Color convert

RGB 167 40 252 -
CMYK 0.34 0.84 0 0.01
HSL 275.94º 0.97% 0.57% -
HSV(B) 275.94º 0.84% 0.99% -
XYZ 34.27 16.76 93.52 -
YUV 102.14 212.58 174.26 -
System Red Green Blue C M Y K H S L
Decimal 167 40 252 0.34 0.84 0 0.01 275.94 0.97 0.57
Hex A7 28 FC 22 54 0 1 114 61 39
Octal 247 50 374 42 124 0 1 424 141 71
Binary 10100111 101000 11111100 100010 1010100 0 1 100010100 1100001 111001

Color Harmonies of #A728FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728FC

Black with #A728FC

Text Example


Text Example

White with #A728FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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