Html Css Color HEX #A542F6 Blue Violet

📋 copy color: '#A542F6'

red 165 ◦ green 66 ◦ blue 246

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

Shades of Blue Violet #A542F6

Tints of Blue Violet #A542F6

RGB

 RED value IS 165 (64.84% from 255) = 34.59%

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

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 34.59%
G = 13.84%
B = 51.57%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A542F6 (or 0xA542F6) is known color: Blue Violet. HEX triplet: A5, 42 and F6. RGB value is (165,66,246). Sum of RGB (Red+Green+Blue) = 165+66+246=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #A542F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A542F6 is #5ABD09. Grayscale: #737373. Windows color (decimal): -5946634 or 16138917. OLE color: 16138917.

HSL color Cylindrical-coordinate representation of color #A542F6: hue angle of 273º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A542F6 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 66 246 -
CMYK 0.33 0.73 0 0.04
HSL 273º 0.91% 0.61% -
HSV(B) 273º 0.73% 0.96% -
XYZ 34.1 18.55 88.97 -
YUV 116.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 165 66 246 0.33 0.73 0 0.04 273 0.91 0.61
Hex A5 42 F6 21 49 0 4 111 5B 3D
Octal 245 102 366 41 111 0 4 421 133 75
Binary 10100101 1000010 11110110 100001 1001001 0 100 100010001 1011011 111101

Color Harmonies of #A542F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542F6

Black with #A542F6

Text Example


Text Example

White with #A542F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542F6; }

 p { color: rgb(165,66,246); }

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

background-color css

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

 a { background-color: rgb(165,66,246); }

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

border-color css

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

 span { border-color: rgb(165,66,246); }

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