Html Css Color HEX #A438EC Blue Violet

📋 copy color: '#A438EC'

red 164 ◦ green 56 ◦ blue 236

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

Shades of Blue Violet #A438EC

Tints of Blue Violet #A438EC

RGB

 RED value IS 164 (64.45% from 255) = 35.96%

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

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 35.96%
G = 12.28%
B = 51.75%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A438EC (or 0xA438EC) is known color: Blue Violet. HEX triplet: A4, 38 and EC. RGB value is (164,56,236). Sum of RGB (Red+Green+Blue) = 164+56+236=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #A438EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438EC is #5BC713. Grayscale: #6C6C6C. Windows color (decimal): -6014740 or 15480996. OLE color: 15480996.

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

Color convert

RGB 164 56 236 -
CMYK 0.31 0.76 0 0.07
HSL 276º 0.83% 0.57% -
HSV(B) 276º 0.76% 0.93% -
XYZ 31.86 16.78 80.92 -
YUV 108.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 164 56 236 0.31 0.76 0 0.07 276 0.83 0.57
Hex A4 38 EC 1F 4C 0 7 114 53 39
Octal 244 70 354 37 114 0 7 424 123 71
Binary 10100100 111000 11101100 11111 1001100 0 111 100010100 1010011 111001

Color Harmonies of #A438EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438EC

Black with #A438EC

Text Example


Text Example

White with #A438EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438EC; }

 p { color: rgb(164,56,236); }

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

background-color css

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

 a { background-color: rgb(164,56,236); }

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

border-color css

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

 span { border-color: rgb(164,56,236); }

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