Html Css Color HEX #A247EE Blue Violet

📋 copy color: '#A247EE'

red 162 ◦ green 71 ◦ blue 238

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

Shades of Blue Violet #A247EE

Tints of Blue Violet #A247EE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.07%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 34.39%
G = 15.07%
B = 50.53%

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

#A247EE (or 0xA247EE) is known color: Blue Violet. HEX triplet: A2, 47 and EE. RGB value is (162,71,238). Sum of RGB (Red+Green+Blue) = 162+71+238=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #A247EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247EE is #5DB811. Grayscale: #747474. Windows color (decimal): -6141970 or 15615906. OLE color: 15615906.

HSL color Cylindrical-coordinate representation of color #A247EE: hue angle of 272.69º degrees, saturation: 0.83, 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 #A247EE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 71 238 -
CMYK 0.32 0.70 0 0.07
HSL 272.69º 0.83% 0.61% -
HSV(B) 272.69º 0.7% 0.93% -
XYZ 32.59 18.36 82.72 -
YUV 117.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 162 71 238 0.32 0.70 0 0.07 272.69 0.83 0.61
Hex A2 47 EE 20 46 0 7 111 53 3D
Octal 242 107 356 40 106 0 7 421 123 75
Binary 10100010 1000111 11101110 100000 1000110 0 111 100010001 1010011 111101

Color Harmonies of #A247EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247EE

Black with #A247EE

Text Example


Text Example

White with #A247EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247EE; }

 p { color: rgb(162,71,238); }

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

background-color css

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

 a { background-color: rgb(162,71,238); }

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

border-color css

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

 span { border-color: rgb(162,71,238); }

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