Html Css Color HEX #A438FF Blue Violet

📋 copy color: '#A438FF'

red 164 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #A438FF

Tints of Blue Violet #A438FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 34.53%
G = 11.79%
B = 53.68%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A438FF (or 0xA438FF) is known color: Blue Violet. HEX triplet: A4, 38 and FF. RGB value is (164,56,255). Sum of RGB (Red+Green+Blue) = 164+56+255=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #A438FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438FF is #5BC700. Grayscale: #6E6E6E. Windows color (decimal): -6014721 or 16726180. OLE color: 16726180.

HSL color Cylindrical-coordinate representation of color #A438FF: hue angle of 272.56º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A438FF is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 56 255 -
CMYK 0.36 0.78 0 0
HSL 272.56º 1% 0.61% -
HSV(B) 272.56º 0.78% 1% -
XYZ 34.77 17.94 96.24 -
YUV 110.98 209.28 165.82 -
System Red Green Blue C M Y K H S L
Decimal 164 56 255 0.36 0.78 0 0 272.56 1 0.61
Hex A4 38 FF 24 4E 0 0 111 64 3D
Octal 244 70 377 44 116 0 0 421 144 75
Binary 10100100 111000 11111111 100100 1001110 0 0 100010001 1100100 111101

Color Harmonies of #A438FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438FF

Black with #A438FF

Text Example


Text Example

White with #A438FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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