Html Css Color HEX #A542FF Blue Violet

📋 copy color: '#A542FF'

red 165 ◦ green 66 ◦ blue 255

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

Shades of Blue Violet #A542FF

Tints of Blue Violet #A542FF

RGB

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

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

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

R = 33.95%
G = 13.58%
B = 52.47%

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

#A542FF (or 0xA542FF) is known color: Blue Violet. HEX triplet: A5, 42 and FF. RGB value is (165,66,255). Sum of RGB (Red+Green+Blue) = 165+66+255=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 66 (26.17% from 255 or 13.58% 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 #A542FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A542FF is #5ABD00. Grayscale: #747474. Windows color (decimal): -5946625 or 16728741. OLE color: 16728741.

HSL color Cylindrical-coordinate representation of color #A542FF: hue angle of 271.43º 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 #A542FF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 66 255 -
CMYK 0.35 0.74 0 0
HSL 271.43º 1% 0.63% -
HSV(B) 271.43º 0.74% 1% -
XYZ 35.52 19.12 96.43 -
YUV 117.15 205.8 162.13 -
System Red Green Blue C M Y K H S L
Decimal 165 66 255 0.35 0.74 0 0 271.43 1 0.63
Hex A5 42 FF 23 4A 0 0 10F 64 3F
Octal 245 102 377 43 112 0 0 417 144 77
Binary 10100101 1000010 11111111 100011 1001010 0 0 100001111 1100100 111111

Color Harmonies of #A542FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542FF

Black with #A542FF

Text Example


Text Example

White with #A542FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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