Html Css Color HEX #A248FF Blue Violet

📋 copy color: '#A248FF'

red 162 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #A248FF

Tints of Blue Violet #A248FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.72%

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

R = 33.13%
G = 14.72%
B = 52.15%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A248FF (or 0xA248FF) is known color: Blue Violet. HEX triplet: A2, 48 and FF. RGB value is (162,72,255). Sum of RGB (Red+Green+Blue) = 162+72+255=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A248FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A248FF is #5DB700. Grayscale: #777777. Windows color (decimal): -6141697 or 16730274. OLE color: 16730274.

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

Color convert

RGB 162 72 255 -
CMYK 0.36 0.72 0 0
HSL 269.51º 1% 0.64% -
HSV(B) 269.51º 0.72% 1% -
XYZ 35.27 19.54 96.52 -
YUV 119.77 204.32 158.12 -
System Red Green Blue C M Y K H S L
Decimal 162 72 255 0.36 0.72 0 0 269.51 1 0.64
Hex A2 48 FF 24 48 0 0 10E 64 40
Octal 242 110 377 44 110 0 0 416 144 100
Binary 10100010 1001000 11111111 100100 1001000 0 0 100001110 1100100 1000000

Color Harmonies of #A248FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248FF

Black with #A248FF

Text Example


Text Example

White with #A248FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248FF; }

 p { color: rgb(162,72,255); }

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

background-color css

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

 a { background-color: rgb(162,72,255); }

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

border-color css

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

 span { border-color: rgb(162,72,255); }

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