Html Css Color HEX #A24AEE Blue Violet

📋 copy color: '#A24AEE'

red 162 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #A24AEE

Tints of Blue Violet #A24AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.61%

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

R = 34.18%
G = 15.61%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A24AEE (or 0xA24AEE) is known color: Blue Violet. HEX triplet: A2, 4A and EE. RGB value is (162,74,238). Sum of RGB (Red+Green+Blue) = 162+74+238=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A24AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24AEE is #5DB511. Grayscale: #767676. Windows color (decimal): -6141202 or 15616674. OLE color: 15616674.

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

Color convert

RGB 162 74 238 -
CMYK 0.32 0.69 0 0.07
HSL 272.2º 0.83% 0.61% -
HSV(B) 272.2º 0.69% 0.93% -
XYZ 32.78 18.75 82.78 -
YUV 119.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 162 74 238 0.32 0.69 0 0.07 272.2 0.83 0.61
Hex A2 4A EE 20 45 0 7 110 53 3D
Octal 242 112 356 40 105 0 7 420 123 75
Binary 10100010 1001010 11101110 100000 1000101 0 111 100010000 1010011 111101

Color Harmonies of #A24AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24AEE

Black with #A24AEE

Text Example


Text Example

White with #A24AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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