Html Css Color HEX #A740FF Blue Violet

📋 copy color: '#A740FF'

red 167 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #A740FF

Tints of Blue Violet #A740FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

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

R = 34.36%
G = 13.17%
B = 52.47%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A740FF (or 0xA740FF) is known color: Blue Violet. HEX triplet: A7, 40 and FF. RGB value is (167,64,255). Sum of RGB (Red+Green+Blue) = 167+64+255=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A740FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740FF is #58BF00. Grayscale: #737373. Windows color (decimal): -5816065 or 16728231. OLE color: 16728231.

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

Color convert

RGB 167 64 255 -
CMYK 0.35 0.75 0 0
HSL 272.36º 1% 0.63% -
HSV(B) 272.36º 0.75% 1% -
XYZ 35.82 19.1 96.41 -
YUV 116.57 206.12 163.97 -
System Red Green Blue C M Y K H S L
Decimal 167 64 255 0.35 0.75 0 0 272.36 1 0.63
Hex A7 40 FF 23 4B 0 0 110 64 3F
Octal 247 100 377 43 113 0 0 420 144 77
Binary 10100111 1000000 11111111 100011 1001011 0 0 100010000 1100100 111111

Color Harmonies of #A740FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740FF

Black with #A740FF

Text Example


Text Example

White with #A740FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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