Html Css Color HEX #A248ED Blue Violet

📋 copy color: '#A248ED'

red 162 ◦ green 72 ◦ blue 237

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

Shades of Blue Violet #A248ED

Tints of Blue Violet #A248ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 34.39%
G = 15.29%
B = 50.32%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A248ED (or 0xA248ED) is known color: Blue Violet. HEX triplet: A2, 48 and ED. RGB value is (162,72,237). Sum of RGB (Red+Green+Blue) = 162+72+237=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A248ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A248ED is #5DB712. Grayscale: #757575. Windows color (decimal): -6141715 or 15550626. OLE color: 15550626.

HSL color Cylindrical-coordinate representation of color #A248ED: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A248ED is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 72 237 -
CMYK 0.32 0.70 0 0.07
HSL 272.73º 0.82% 0.61% -
HSV(B) 272.73º 0.7% 0.93% -
XYZ 32.5 18.43 81.97 -
YUV 117.72 195.32 159.58 -
System Red Green Blue C M Y K H S L
Decimal 162 72 237 0.32 0.70 0 0.07 272.73 0.82 0.61
Hex A2 48 ED 20 46 0 7 111 52 3D
Octal 242 110 355 40 106 0 7 421 122 75
Binary 10100010 1001000 11101101 100000 1000110 0 111 100010001 1010010 111101

Color Harmonies of #A248ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248ED

Black with #A248ED

Text Example


Text Example

White with #A248ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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