Html Css Color HEX #A248FA Blue Violet

📋 copy color: '#A248FA'

red 162 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #A248FA

Tints of Blue Violet #A248FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 33.47%
G = 14.88%
B = 51.65%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A248FA (or 0xA248FA) is known color: Blue Violet. HEX triplet: A2, 48 and FA. RGB value is (162,72,250). Sum of RGB (Red+Green+Blue) = 162+72+250=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #A248FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A248FA is #5DB705. Grayscale: #767676. Windows color (decimal): -6141702 or 16402594. OLE color: 16402594.

HSL color Cylindrical-coordinate representation of color #A248FA: hue angle of 270.34º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A248FA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 72 250 -
CMYK 0.35 0.71 0 0.02
HSL 270.34º 0.95% 0.63% -
HSV(B) 270.34º 0.71% 0.98% -
XYZ 34.47 19.22 92.34 -
YUV 119.2 201.82 158.53 -
System Red Green Blue C M Y K H S L
Decimal 162 72 250 0.35 0.71 0 0.02 270.34 0.95 0.63
Hex A2 48 FA 23 47 0 2 10E 5F 3F
Octal 242 110 372 43 107 0 2 416 137 77
Binary 10100010 1001000 11111010 100011 1000111 0 10 100001110 1011111 111111

Color Harmonies of #A248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248FA

Black with #A248FA

Text Example


Text Example

White with #A248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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