Html Css Color HEX #A742FE Blue Violet

📋 copy color: '#A742FE'

red 167 ◦ green 66 ◦ blue 254

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

Shades of Blue Violet #A742FE

Tints of Blue Violet #A742FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.55%

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 34.29%
G = 13.55%
B = 52.16%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A742FE (or 0xA742FE) is known color: Blue Violet. HEX triplet: A7, 42 and FE. RGB value is (167,66,254). Sum of RGB (Red+Green+Blue) = 167+66+254=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A742FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742FE is #58BD01. Grayscale: #747474. Windows color (decimal): -5815554 or 16663207. OLE color: 16663207.

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

Color convert

RGB 167 66 254 -
CMYK 0.34 0.74 0 0.00
HSL 272.23º 0.99% 0.63% -
HSV(B) 272.23º 0.74% 1% -
XYZ 35.77 19.27 95.6 -
YUV 117.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 167 66 254 0.34 0.74 0 0.00 272.23 0.99 0.63
Hex A7 42 FE 22 4A 0 0 110 63 3F
Octal 247 102 376 42 112 0 0 420 143 77
Binary 10100111 1000010 11111110 100010 1001010 0 0 100010000 1100011 111111

Color Harmonies of #A742FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742FE

Black with #A742FE

Text Example


Text Example

White with #A742FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742FE; }

 p { color: rgb(167,66,254); }

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

background-color css

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

 a { background-color: rgb(167,66,254); }

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

border-color css

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

 span { border-color: rgb(167,66,254); }

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