Html Css Color HEX #A438FA Blue Violet

📋 copy color: '#A438FA'

red 164 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #A438FA

Tints of Blue Violet #A438FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 34.89%
G = 11.91%
B = 53.19%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A438FA (or 0xA438FA) is known color: Blue Violet. HEX triplet: A4, 38 and FA. RGB value is (164,56,250). Sum of RGB (Red+Green+Blue) = 164+56+250=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #A438FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438FA is #5BC705. Grayscale: #6D6D6D. Windows color (decimal): -6014726 or 16398500. OLE color: 16398500.

HSL color Cylindrical-coordinate representation of color #A438FA: hue angle of 273.4º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A438FA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 56 250 -
CMYK 0.34 0.78 0 0.02
HSL 273.4º 0.95% 0.6% -
HSV(B) 273.4º 0.78% 0.98% -
XYZ 33.98 17.62 92.05 -
YUV 110.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 164 56 250 0.34 0.78 0 0.02 273.4 0.95 0.6
Hex A4 38 FA 22 4E 0 2 111 5F 3C
Octal 244 70 372 42 116 0 2 421 137 74
Binary 10100100 111000 11111010 100010 1001110 0 10 100010001 1011111 111100

Color Harmonies of #A438FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438FA

Black with #A438FA

Text Example


Text Example

White with #A438FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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