Html Css Color HEX #A842ED Blue Violet

📋 copy color: '#A842ED'

red 168 ◦ green 66 ◦ blue 237

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

Shades of Blue Violet #A842ED

Tints of Blue Violet #A842ED

RGB

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

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

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

R = 35.67%
G = 14.01%
B = 50.32%

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

#A842ED (or 0xA842ED) is known color: Blue Violet. HEX triplet: A8, 42 and ED. RGB value is (168,66,237). Sum of RGB (Red+Green+Blue) = 168+66+237=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A842ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842ED is #57BD12. Grayscale: #737373. Windows color (decimal): -5750035 or 15549096. OLE color: 15549096.

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

Color convert

RGB 168 66 237 -
CMYK 0.29 0.72 0 0.07
HSL 275.79º 0.83% 0.59% -
HSV(B) 275.79º 0.72% 0.93% -
XYZ 33.38 18.34 81.9 -
YUV 115.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 168 66 237 0.29 0.72 0 0.07 275.79 0.83 0.59
Hex A8 42 ED 1D 48 0 7 114 53 3B
Octal 250 102 355 35 110 0 7 424 123 73
Binary 10101000 1000010 11101101 11101 1001000 0 111 100010100 1010011 111011

Color Harmonies of #A842ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842ED

Black with #A842ED

Text Example


Text Example

White with #A842ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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