Html Css Color HEX #A745EE Blue Violet

📋 copy color: '#A745EE'

red 167 ◦ green 69 ◦ blue 238

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

Shades of Blue Violet #A745EE

Tints of Blue Violet #A745EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 35.23%
G = 14.56%
B = 50.21%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A745EE (or 0xA745EE) is known color: Blue Violet. HEX triplet: A7, 45 and EE. RGB value is (167,69,238). Sum of RGB (Red+Green+Blue) = 167+69+238=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A745EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745EE is #58BA11. Grayscale: #747474. Windows color (decimal): -5814802 or 15615399. OLE color: 15615399.

HSL color Cylindrical-coordinate representation of color #A745EE: hue angle of 274.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A745EE is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 69 238 -
CMYK 0.30 0.71 0 0.07
HSL 274.79º 0.83% 0.6% -
HSV(B) 274.79º 0.71% 0.93% -
XYZ 33.5 18.64 82.72 -
YUV 117.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 167 69 238 0.30 0.71 0 0.07 274.79 0.83 0.6
Hex A7 45 EE 1E 47 0 7 113 53 3C
Octal 247 105 356 36 107 0 7 423 123 74
Binary 10100111 1000101 11101110 11110 1000111 0 111 100010011 1010011 111100

Color Harmonies of #A745EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745EE

Black with #A745EE

Text Example


Text Example

White with #A745EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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