Html Css Color HEX #A742FF Blue Violet

📋 copy color: '#A742FF'

red 167 ◦ green 66 ◦ blue 255

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

Shades of Blue Violet #A742FF

Tints of Blue Violet #A742FF

RGB

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

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

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

R = 34.22%
G = 13.52%
B = 52.25%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A742FF (or 0xA742FF) is known color: Blue Violet. HEX triplet: A7, 42 and FF. RGB value is (167,66,255). Sum of RGB (Red+Green+Blue) = 167+66+255=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #A742FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742FF is #58BD00. Grayscale: #757575. Windows color (decimal): -5815553 or 16728743. OLE color: 16728743.

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

Color convert

RGB 167 66 255 -
CMYK 0.35 0.74 0 0
HSL 272.06º 1% 0.63% -
HSV(B) 272.06º 0.74% 1% -
XYZ 35.93 19.33 96.45 -
YUV 117.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 167 66 255 0.35 0.74 0 0 272.06 1 0.63
Hex A7 42 FF 23 4A 0 0 110 64 3F
Octal 247 102 377 43 112 0 0 420 144 77
Binary 10100111 1000010 11111111 100011 1001010 0 0 100010000 1100100 111111

Color Harmonies of #A742FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742FF

Black with #A742FF

Text Example


Text Example

White with #A742FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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