Html Css Color HEX #A638ED Blue Violet

📋 copy color: '#A638ED'

red 166 ◦ green 56 ◦ blue 237

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

Shades of Blue Violet #A638ED

Tints of Blue Violet #A638ED

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.2%

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

R = 36.17%
G = 12.2%
B = 51.63%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A638ED (or 0xA638ED) is known color: Blue Violet. HEX triplet: A6, 38 and ED. RGB value is (166,56,237). Sum of RGB (Red+Green+Blue) = 166+56+237=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A638ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A638ED is #59C712. Grayscale: #6C6C6C. Windows color (decimal): -5883667 or 15546534. OLE color: 15546534.

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

Color convert

RGB 166 56 237 -
CMYK 0.30 0.76 0 0.07
HSL 276.46º 0.83% 0.57% -
HSV(B) 276.46º 0.76% 0.93% -
XYZ 32.43 17.05 81.7 -
YUV 109.52 199.94 168.28 -
System Red Green Blue C M Y K H S L
Decimal 166 56 237 0.30 0.76 0 0.07 276.46 0.83 0.57
Hex A6 38 ED 1E 4C 0 7 114 53 39
Octal 246 70 355 36 114 0 7 424 123 71
Binary 10100110 111000 11101101 11110 1001100 0 111 100010100 1010011 111001

Color Harmonies of #A638ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638ED

Black with #A638ED

Text Example


Text Example

White with #A638ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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