Html Css Color HEX #A246FD Blue Violet

📋 copy color: '#A246FD'

red 162 ◦ green 70 ◦ blue 253

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

Shades of Blue Violet #A246FD

Tints of Blue Violet #A246FD

RGB

 RED value IS 162 (63.67% from 255) = 33.4%

 GREEN value IS 70 (27.73% from 255) = 14.43%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 33.4%
G = 14.43%
B = 52.16%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A246FD (or 0xA246FD) is known color: Blue Violet. HEX triplet: A2, 46 and FD. RGB value is (162,70,253). Sum of RGB (Red+Green+Blue) = 162+70+253=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #A246FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A246FD is #5DB902. Grayscale: #757575. Windows color (decimal): -6142211 or 16598690. OLE color: 16598690.

HSL color Cylindrical-coordinate representation of color #A246FD: hue angle of 270.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A246FD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 70 253 -
CMYK 0.36 0.72 0 0.01
HSL 270.16º 0.98% 0.63% -
HSV(B) 270.16º 0.72% 0.99% -
XYZ 34.82 19.15 94.79 -
YUV 118.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 162 70 253 0.36 0.72 0 0.01 270.16 0.98 0.63
Hex A2 46 FD 24 48 0 1 10E 62 3F
Octal 242 106 375 44 110 0 1 416 142 77
Binary 10100010 1000110 11111101 100100 1001000 0 1 100001110 1100010 111111

Color Harmonies of #A246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246FD

Black with #A246FD

Text Example


Text Example

White with #A246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246FD; }

 p { color: rgb(162,70,253); }

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

background-color css

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

 a { background-color: rgb(162,70,253); }

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

border-color css

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

 span { border-color: rgb(162,70,253); }

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