Html Css Color HEX #A748FF Blue Violet

📋 copy color: '#A748FF'

red 167 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #A748FF

Tints of Blue Violet #A748FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.57%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 33.81%
G = 14.57%
B = 51.62%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A748FF (or 0xA748FF) is known color: Blue Violet. HEX triplet: A7, 48 and FF. RGB value is (167,72,255). Sum of RGB (Red+Green+Blue) = 167+72+255=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #A748FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748FF is #58B700. Grayscale: #787878. Windows color (decimal): -5814017 or 16730279. OLE color: 16730279.

HSL color Cylindrical-coordinate representation of color #A748FF: hue angle of 271.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A748FF is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 72 255 -
CMYK 0.35 0.72 0 0
HSL 271.15º 1% 0.64% -
HSV(B) 271.15º 0.72% 1% -
XYZ 36.3 20.07 96.57 -
YUV 121.27 203.47 160.62 -
System Red Green Blue C M Y K H S L
Decimal 167 72 255 0.35 0.72 0 0 271.15 1 0.64
Hex A7 48 FF 23 48 0 0 10F 64 40
Octal 247 110 377 43 110 0 0 417 144 100
Binary 10100111 1001000 11111111 100011 1001000 0 0 100001111 1100100 1000000

Color Harmonies of #A748FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748FF

Black with #A748FF

Text Example


Text Example

White with #A748FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748FF; }

 p { color: rgb(167,72,255); }

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

background-color css

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

 a { background-color: rgb(167,72,255); }

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

border-color css

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

 span { border-color: rgb(167,72,255); }

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