Html Css Color HEX #A841EE Blue Violet

📋 copy color: '#A841EE'

red 168 ◦ green 65 ◦ blue 238

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

Shades of Blue Violet #A841EE

Tints of Blue Violet #A841EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

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

R = 35.67%
G = 13.8%
B = 50.53%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A841EE (or 0xA841EE) is known color: Blue Violet. HEX triplet: A8, 41 and EE. RGB value is (168,65,238). Sum of RGB (Red+Green+Blue) = 168+65+238=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 65 (25.78% from 255 or 13.80% 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 #A841EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EE is #57BE11. Grayscale: #727272. Windows color (decimal): -5750290 or 15614376. OLE color: 15614376.

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

Color convert

RGB 168 65 238 -
CMYK 0.29 0.73 0 0.07
HSL 275.72º 0.84% 0.59% -
HSV(B) 275.72º 0.73% 0.93% -
XYZ 33.47 18.28 82.65 -
YUV 115.52 197.12 165.43 -
System Red Green Blue C M Y K H S L
Decimal 168 65 238 0.29 0.73 0 0.07 275.72 0.84 0.59
Hex A8 41 EE 1D 49 0 7 114 54 3B
Octal 250 101 356 35 111 0 7 424 124 73
Binary 10101000 1000001 11101110 11101 1001001 0 111 100010100 1010100 111011

Color Harmonies of #A841EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841EE

Black with #A841EE

Text Example


Text Example

White with #A841EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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