Html Css Color HEX #A841ED Blue Violet

📋 copy color: '#A841ED'

red 168 ◦ green 65 ◦ blue 237

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

Shades of Blue Violet #A841ED

Tints of Blue Violet #A841ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 35.74%
G = 13.83%
B = 50.43%

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

#A841ED (or 0xA841ED) is known color: Blue Violet. HEX triplet: A8, 41 and ED. RGB value is (168,65,237). Sum of RGB (Red+Green+Blue) = 168+65+237=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #A841ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841ED is #57BE12. Grayscale: #727272. Windows color (decimal): -5750291 or 15548840. OLE color: 15548840.

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

Color convert

RGB 168 65 237 -
CMYK 0.29 0.73 0 0.07
HSL 275.93º 0.83% 0.59% -
HSV(B) 275.93º 0.73% 0.93% -
XYZ 33.32 18.22 81.88 -
YUV 115.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 168 65 237 0.29 0.73 0 0.07 275.93 0.83 0.59
Hex A8 41 ED 1D 49 0 7 114 53 3B
Octal 250 101 355 35 111 0 7 424 123 73
Binary 10101000 1000001 11101101 11101 1001001 0 111 100010100 1010011 111011

Color Harmonies of #A841ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841ED

Black with #A841ED

Text Example


Text Example

White with #A841ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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