Html Css Color HEX #A738A7 Violet Blue

📋 copy color: '#A738A7'

red 167 ◦ green 56 ◦ blue 167

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

Shades of Violet Blue #A738A7

Tints of Violet Blue #A738A7

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

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

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 42.82%
G = 14.36%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A738A7 (or 0xA738A7) is known color: Violet Blue. HEX triplet: A7, 38 and A7. RGB value is (167,56,167). Sum of RGB (Red+Green+Blue) = 167+56+167=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A738A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A738A7 is #58C758. Grayscale: #656565. Windows color (decimal): -5818201 or 10959015. OLE color: 10959015.

HSL color Cylindrical-coordinate representation of color #A738A7: hue angle of 300º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A738A7 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 56 167 -
CMYK 0 0.66 0 0.35
HSL 300º 0.5% 0.44% -
HSV(B) 300º 0.66% 0.65% -
XYZ 24.33 13.83 37.95 -
YUV 101.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 167 56 167 0 0.66 0 0.35 300 0.5 0.44
Hex A7 38 A7 0 42 0 23 12C 32 2C
Octal 247 70 247 0 102 0 43 454 62 54
Binary 10100111 111000 10100111 0 1000010 0 100011 100101100 110010 101100

Color Harmonies of #A738A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738A7

Black with #A738A7

Text Example


Text Example

White with #A738A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738A7; }

 p { color: rgb(167,56,167); }

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

background-color css

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

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

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

border-color css

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

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

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