Html Css Color HEX #A24CEE Blue Violet

📋 copy color: '#A24CEE'

red 162 ◦ green 76 ◦ blue 238

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

Shades of Blue Violet #A24CEE

Tints of Blue Violet #A24CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

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

R = 34.03%
G = 15.97%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A24CEE (or 0xA24CEE) is known color: Blue Violet. HEX triplet: A2, 4C and EE. RGB value is (162,76,238). Sum of RGB (Red+Green+Blue) = 162+76+238=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #A24CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CEE is #5DB311. Grayscale: #777777. Windows color (decimal): -6140690 or 15617186. OLE color: 15617186.

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

Color convert

RGB 162 76 238 -
CMYK 0.32 0.68 0 0.07
HSL 271.85º 0.83% 0.62% -
HSV(B) 271.85º 0.68% 0.93% -
XYZ 32.92 19.02 82.83 -
YUV 120.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 162 76 238 0.32 0.68 0 0.07 271.85 0.83 0.62
Hex A2 4C EE 20 44 0 7 110 53 3E
Octal 242 114 356 40 104 0 7 420 123 76
Binary 10100010 1001100 11101110 100000 1000100 0 111 100010000 1010011 111110

Color Harmonies of #A24CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CEE

Black with #A24CEE

Text Example


Text Example

White with #A24CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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