Html Css Color HEX #A438EE Blue Violet

📋 copy color: '#A438EE'

red 164 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #A438EE

Tints of Blue Violet #A438EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 35.81%
G = 12.23%
B = 51.97%

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

#A438EE (or 0xA438EE) is known color: Blue Violet. HEX triplet: A4, 38 and EE. RGB value is (164,56,238). Sum of RGB (Red+Green+Blue) = 164+56+238=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #A438EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438EE is #5BC711. Grayscale: #6C6C6C. Windows color (decimal): -6014738 or 15612068. OLE color: 15612068.

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

Color convert

RGB 164 56 238 -
CMYK 0.31 0.76 0 0.07
HSL 275.6º 0.84% 0.58% -
HSV(B) 275.6º 0.76% 0.93% -
XYZ 32.16 16.89 82.45 -
YUV 109.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 164 56 238 0.31 0.76 0 0.07 275.6 0.84 0.58
Hex A4 38 EE 1F 4C 0 7 114 54 3A
Octal 244 70 356 37 114 0 7 424 124 72
Binary 10100100 111000 11101110 11111 1001100 0 111 100010100 1010100 111010

Color Harmonies of #A438EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438EE

Black with #A438EE

Text Example


Text Example

White with #A438EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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