Html Css Color HEX #A842EE Blue Violet

📋 copy color: '#A842EE'

red 168 ◦ green 66 ◦ blue 238

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

Shades of Blue Violet #A842EE

Tints of Blue Violet #A842EE

RGB

 RED value IS 168 (66.02% from 255) = 35.59%

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 35.59%
G = 13.98%
B = 50.42%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A842EE (or 0xA842EE) is known color: Blue Violet. HEX triplet: A8, 42 and EE. RGB value is (168,66,238). Sum of RGB (Red+Green+Blue) = 168+66+238=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #A842EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842EE is #57BD11. Grayscale: #737373. Windows color (decimal): -5750034 or 15614632. OLE color: 15614632.

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

Color convert

RGB 168 66 238 -
CMYK 0.29 0.72 0 0.07
HSL 275.58º 0.83% 0.6% -
HSV(B) 275.58º 0.72% 0.93% -
XYZ 33.53 18.39 82.67 -
YUV 116.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 168 66 238 0.29 0.72 0 0.07 275.58 0.83 0.6
Hex A8 42 EE 1D 48 0 7 114 53 3C
Octal 250 102 356 35 110 0 7 424 123 74
Binary 10101000 1000010 11101110 11101 1001000 0 111 100010100 1010011 111100

Color Harmonies of #A842EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842EE

Black with #A842EE

Text Example


Text Example

White with #A842EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842EE; }

 p { color: rgb(168,66,238); }

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

background-color css

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

 a { background-color: rgb(168,66,238); }

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

border-color css

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

 span { border-color: rgb(168,66,238); }

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