Html Css Color HEX #A434F6 Blue Violet

📋 copy color: '#A434F6'

red 164 ◦ green 52 ◦ blue 246

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

Shades of Blue Violet #A434F6

Tints of Blue Violet #A434F6

RGB

 RED value IS 164 (64.45% from 255) = 35.5%

 GREEN value IS 52 (20.7% from 255) = 11.26%

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

R = 35.5%
G = 11.26%
B = 53.25%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A434F6 (or 0xA434F6) is known color: Blue Violet. HEX triplet: A4, 34 and F6. RGB value is (164,52,246). Sum of RGB (Red+Green+Blue) = 164+52+246=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #A434F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434F6 is #5BCB09. Grayscale: #6A6A6A. Windows color (decimal): -6015754 or 16135332. OLE color: 16135332.

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

Color convert

RGB 164 52 246 -
CMYK 0.33 0.79 0 0.04
HSL 274.64º 0.92% 0.58% -
HSV(B) 274.64º 0.79% 0.96% -
XYZ 33.17 17 88.72 -
YUV 107.6 206.11 168.23 -
System Red Green Blue C M Y K H S L
Decimal 164 52 246 0.33 0.79 0 0.04 274.64 0.92 0.58
Hex A4 34 F6 21 4F 0 4 113 5C 3A
Octal 244 64 366 41 117 0 4 423 134 72
Binary 10100100 110100 11110110 100001 1001111 0 100 100010011 1011100 111010

Color Harmonies of #A434F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434F6

Black with #A434F6

Text Example


Text Example

White with #A434F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434F6; }

 p { color: rgb(164,52,246); }

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

background-color css

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

 a { background-color: rgb(164,52,246); }

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

border-color css

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

 span { border-color: rgb(164,52,246); }

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