Html Css Color HEX #A54AF2 Blue Violet

📋 copy color: '#A54AF2'

red 165 ◦ green 74 ◦ blue 242

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

Shades of Blue Violet #A54AF2

Tints of Blue Violet #A54AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 34.3%
G = 15.38%
B = 50.31%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A54AF2 (or 0xA54AF2) is known color: Blue Violet. HEX triplet: A5, 4A and F2. RGB value is (165,74,242). Sum of RGB (Red+Green+Blue) = 165+74+242=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #A54AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AF2 is #5AB50D. Grayscale: #777777. Windows color (decimal): -5944590 or 15878821. OLE color: 15878821.

HSL color Cylindrical-coordinate representation of color #A54AF2: hue angle of 272.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54AF2 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 74 242 -
CMYK 0.32 0.69 0 0.05
HSL 272.5º 0.87% 0.62% -
HSV(B) 272.5º 0.69% 0.95% -
XYZ 33.99 19.31 85.94 -
YUV 120.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 165 74 242 0.32 0.69 0 0.05 272.5 0.87 0.62
Hex A5 4A F2 20 45 0 5 110 57 3E
Octal 245 112 362 40 105 0 5 420 127 76
Binary 10100101 1001010 11110010 100000 1000101 0 101 100010000 1010111 111110

Color Harmonies of #A54AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AF2

Black with #A54AF2

Text Example


Text Example

White with #A54AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AF2; }

 p { color: rgb(165,74,242); }

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

background-color css

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

 a { background-color: rgb(165,74,242); }

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

border-color css

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

 span { border-color: rgb(165,74,242); }

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