Html Css Color HEX #A642ED Blue Violet

📋 copy color: '#A642ED'

red 166 ◦ green 66 ◦ blue 237

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

Shades of Blue Violet #A642ED

Tints of Blue Violet #A642ED

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

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

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

R = 35.39%
G = 14.07%
B = 50.53%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A642ED (or 0xA642ED) is known color: Blue Violet. HEX triplet: A6, 42 and ED. RGB value is (166,66,237). Sum of RGB (Red+Green+Blue) = 166+66+237=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A642ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642ED is #59BD12. Grayscale: #727272. Windows color (decimal): -5881107 or 15549094. OLE color: 15549094.

HSL color Cylindrical-coordinate representation of color #A642ED: hue angle of 275.09º 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 #A642ED is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 66 237 -
CMYK 0.30 0.72 0 0.07
HSL 275.09º 0.83% 0.59% -
HSV(B) 275.09º 0.72% 0.93% -
XYZ 32.96 18.12 81.88 -
YUV 115.39 196.63 164.1 -
System Red Green Blue C M Y K H S L
Decimal 166 66 237 0.30 0.72 0 0.07 275.09 0.83 0.59
Hex A6 42 ED 1E 48 0 7 113 53 3B
Octal 246 102 355 36 110 0 7 423 123 73
Binary 10100110 1000010 11101101 11110 1001000 0 111 100010011 1010011 111011

Color Harmonies of #A642ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642ED

Black with #A642ED

Text Example


Text Example

White with #A642ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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