Html Css Color HEX #A745F8 Blue Violet

📋 copy color: '#A745F8'

red 167 ◦ green 69 ◦ blue 248

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

Shades of Blue Violet #A745F8

Tints of Blue Violet #A745F8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.26%

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 34.5%
G = 14.26%
B = 51.24%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A745F8 (or 0xA745F8) is known color: Blue Violet. HEX triplet: A7, 45 and F8. RGB value is (167,69,248). Sum of RGB (Red+Green+Blue) = 167+69+248=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #A745F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745F8 is #58BA07. Grayscale: #767676. Windows color (decimal): -5814792 or 16270759. OLE color: 16270759.

HSL color Cylindrical-coordinate representation of color #A745F8: hue angle of 272.85º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A745F8 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 69 248 -
CMYK 0.33 0.72 0 0.03
HSL 272.85º 0.93% 0.62% -
HSV(B) 272.85º 0.72% 0.97% -
XYZ 35.01 19.25 90.68 -
YUV 118.71 200.97 162.45 -
System Red Green Blue C M Y K H S L
Decimal 167 69 248 0.33 0.72 0 0.03 272.85 0.93 0.62
Hex A7 45 F8 21 48 0 3 111 5D 3E
Octal 247 105 370 41 110 0 3 421 135 76
Binary 10100111 1000101 11111000 100001 1001000 0 11 100010001 1011101 111110

Color Harmonies of #A745F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745F8

Black with #A745F8

Text Example


Text Example

White with #A745F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745F8; }

 p { color: rgb(167,69,248); }

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

background-color css

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

 a { background-color: rgb(167,69,248); }

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

border-color css

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

 span { border-color: rgb(167,69,248); }

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